Zeeshan blogged: http://zixan.info/2009/06/04/gsoc-week-two-progress/
Hi Zeeshan, please give more details about this. In phpMyAdmin we already have middleware for SQL access: the PMA_DBI_xxx() functions. Look for example in tbl_replace.php, we are using PMA_DBI_select_db(), PMA_DBI_query(), etc.
If you are writing a library to duplicate the work of these functions, I consider it a loss of time. The PMA_DBI_xxx() functions support the mysql and mysqli extensions already.
You can consult libraries/relation.lib.php for some functions that are already reading and writing in some tables of the pmadb.
Regards, Marc