Need Effieient DATABASE Connection Class

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
eshban
Forum Contributor
Posts: 184
Joined: Mon Sep 05, 2005 1:38 am

Need Effieient DATABASE Connection Class

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

we recommend ADOdb quite often.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post 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/).
(#10850)
User avatar
AKA Panama Jack
Forum Regular
Posts: 878
Joined: Mon Nov 14, 2005 4:21 pm

Post 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. :)
Post Reply