Published on 2006-06-04 07:55:12

Last year, I wrote a database conversion PHP class, the main reason was to assure conversion between different SQL versions, and generating portable SQL. At that time, I used it mainly to convert from Oracle to MySQL for local tests, then using ADODB it wasn't difficult to make the code work with both databases.

A few months ago, I wrote another tool to make database usage Object Oriented. For example if I have a table "users" I can make inserts like this :

Read More


Related Entries

Member of the PHP Magazine Network, Copyright (C) 2005-2008 phpmagazine.net All Rights Reserved