Prev: [ANNOUNCEMENT] DB_DataObject-1.9.2 (stable) Released.
Next: XML_Parser "Invalid document" error
From: "PEAR Announce" on 15 Jan 2010 02:09 The new PEAR package DB_DataObject-1.9.3 (stable) has been released at http://pear.php.net/. Release notes ------------- Fix broken release (1.9.1 and 1.9.2) fetchAll() / whereAddIn() Release version. This version adds two new utility methods, that can speed up usage, fetchAll() - does the $do->find() / while($do->fetch()) $ar[] = clone($do) loop, and more. whereAddIn() - allows you to quickly build IN queries, with correct escaping. Package Info ------------ DataObject performs 2 tasks: 1. Builds SQL statements based on the objects vars and the builder methods. 2. 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. included is a Generator to make your configuration files and your base classes. Related Links ------------- Package home: http://pear.php.net/package/DB_DataObject Changelog: http://pear.php.net/package/DB_DataObject/download/1.9.3 Download: http://download.pear.php.net/package/DB_DataObject-1.9.3.tgz Authors ------- Alan Knowles <alan(a)akbkhome.com> (lead)
|
Pages: 1 Prev: [ANNOUNCEMENT] DB_DataObject-1.9.2 (stable) Released. Next: XML_Parser "Invalid document" error |