| php Programming Glossary: mdb2Assigning the return value of new by reference is deprecated http://stackoverflow.com/questions/1086539/assigning-the-return-value-of-new-by-reference-is-deprecated  error. When I try to assign an object like this obj_md new MDB2 The error I get is Assigning the return value of new by reference.. question   In PHP5 this idiom is deprecated obj_md new MDB2 You sure you've not missed an ampersand in your sample code.. 
 Call to a member function prepare() on a non-object PHP Help http://stackoverflow.com/questions/4463441/call-to-a-member-function-prepare-on-a-non-object-php-help  ADODB A database agnostic database access library Pear MDB2 Another database access library Full Frameworks Zend Framework.. 
 How to set up PEAR on Mac OS X 10.5 Leopard http://stackoverflow.com/questions/628838/how-to-set-up-pear-on-mac-os-x-10-5-leopard  to also install PEAR_Frontend_Web beta PEAR_Frontend_Gtk2 MDB2 . Eventually everything is installed. Next... On the first try.. 
 What is the best way to access a database from PHP? http://stackoverflow.com/questions/71088/what-is-the-best-way-to-access-a-database-from-php  Clarification This is not about DB abstraction layers PDO MDB2 . The pattern discussed here is something you build upon PDO.. pattern discussed here is something you build upon PDO or MDB2.  php mysql database pear   share improve this question   I'd.. pear   share improve this question   I'd choose the MDB2 database abstraction layer from PEAR it provides a nice abstracted.. 
 |