php-db-dataobject

PHP PEAR module for object based SQL query building
  https://pear.php.net/package/DB_DataObject
  0
  no reviews



DataObject builds SQL statements based on the objects vars and builder methods and also acts as a datastore for a table row. The core class is designed to be extended for each of your tables so that you put the data logic inside the data classes.

A generator to create configuration files and base classes is included.