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
Need Effieient DATABASE Connection Class
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
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)
- AKA Panama Jack
- Forum Regular
- Posts: 878
- Joined: Mon Nov 14, 2005 4:21 pm