Page 1 of 1

Need Effieient DATABASE Connection Class

Posted: Sat Jan 28, 2006 4:13 pm
by eshban
Hello,

I need a CLASS which establishes a database connection, and reduces the overall work and coding. I have found number of classes on Net, but if any expert can help that which class is more suitable, then it will be really helpful for me. It will be more suitable if that CLASS reduce the work of insertion, deletion and updation work.

Please help me in this regard.

Eshban

Posted: Sat Jan 28, 2006 4:22 pm
by feyd
we recommend ADOdb quite often.

Posted: Sat Jan 28, 2006 4:23 pm
by Christopher
There are a number of them, but if you are looking for insert, update and delete you might as well go all to way for an ORM solution -- you won't be sorry. I think the best for PHP is Propel (http://propel.phpdb.org/).

Posted: Sat Jan 28, 2006 4:36 pm
by AKA Panama Jack
If you want many of the features of ADOdb without the high memory overhead and slow execution speed you could check out my ADOdb Lite. It is very small, very fast and supports quite a few databases. The link is in the signature. :)