Hi,<br><br>Thank you for the direction.  Writing SQL driver class on the top of /libraries/dbi/*.dbi.lib.php will surely save a lot of time as the functions for general fethcing, and altering are already written there.<br>
<br>Code in tbl_replace.php has good examples that I can use for help.  <br><br>Thanks!<br><br><br clear="all">--------------------------------------------------<br>Best regards,<br>Zeeshan Mughal<br>Email:  <a href="mailto:zeeshanmughal@ieee.org" target="_blank">zeeshanmughal@ieee.org</a><br>
Web:  <a href="http://www.zixan.info" target="_blank">http://www.zixan.info</a><br>

<br><br><div class="gmail_quote">On Thu, Jun 4, 2009 at 7:28 PM, Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info" target="_blank">marc@infomarc.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Zeeshan blogged:<br>
<a href="http://zixan.info/2009/06/04/gsoc-week-two-progress/" target="_blank">http://zixan.info/2009/06/04/gsoc-week-two-progress/</a><br>
<br>
Hi Zeeshan,<br>
please give more details about this. In phpMyAdmin we already have<br>
<div><div></div><div>middleware for SQL access: the PMA_DBI_xxx() functions. Look for example<br>
in tbl_replace.php, we are using PMA_DBI_select_db(), PMA_DBI_query(), etc.<br>
<br>
If you are writing a library to duplicate the work of these functions, I<br>
consider it a loss of time. The PMA_DBI_xxx() functions support the<br>
mysql and mysqli extensions already.<br>
<br>
You can consult libraries/relation.lib.php for some functions that are<br>
already reading and writing in some tables of the pmadb.<br>
<br>
Regards,<br>
Marc<br>
<br>
</div></div>------------------------------------------------------------------------------<br>
OpenSolaris 2009.06 is a cutting edge operating system for enterprises<br>
looking to deploy the next generation of Solaris that includes the latest<br>
innovations from Sun and the OpenSource community. Download a copy and<br>
enjoy capabilities such as Networking, Storage and Virtualization.<br>
Go to: <a href="http://p.sf.net/sfu/opensolaris-get" target="_blank">http://p.sf.net/sfu/opensolaris-get</a><br>
_______________________________________________<br>
Phpmyadmin-devel mailing list<br>
<a href="mailto:Phpmyadmin-devel@lists.sourceforge.net" target="_blank">Phpmyadmin-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
</blockquote></div><br>