[ANNOUNCEMENT] DB_DataObject-1.11.3 (stable) Released.
[email protected] ("PEAR Announce")
| Newsgroups | php.pear.general |
|---|---|
| Message-ID | <[email protected]> |
The new PEAR package DB_DataObject-1.11.3 (stable) has been released at http://pear.php.net/.
Release notes
-------------
Minor feature and fix release. (Basically a yearly release now..)
#19922 - fix for pear error not being set in static property.
#19973 - accept START TRANSACTION as an alias for BEGIN
#19962 - Cannot insert or update when part of a reference in multi-key case is NULL by vtamma
#20149 - correct free for linked objects / more detailed error reporting on update error
- fix building of autojoin when using distinct columns
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.11.3
Download: http://download.pear.php.net/package/DB_DataObject-1.11.3.tgz
Authors
-------
Alan Knowles <[email protected]> (lead)