Provides an object interface to a table row
It lets you add, delete and change rows using objects rather than SQL statements.
Located in /web/lib/external/pear-db/DB/storage.php (line 44)
PEAR | --DB_storage
an assoc with the names of the properties in this object that
DB connection handle used for all transactions
which column(s) in the table contains primary keys, can be a
an assoc with the names of database fields stored as properties
flag that decides if data in this object can be changed.
the name of the table (or view, if the backend database supports
function or method that implements a validator for fields that
Constructor
Static method used to create new DB storage objects.
Fetch an attribute value.
Create a new (empty) row in the configured table for this object.
Method used to initialize a DB_storage object from the configured table.
Destructor, calls DB_storage::store() if there are changes that are to be kept.
Inherited From PEAR
PEAR::PEAR()
PEAR::delExpect()
PEAR::expectError()
PEAR::getStaticProperty()
PEAR::isError()
PEAR::loadExtension()
PEAR::popErrorHandling()
PEAR::popExpect()
PEAR::pushErrorHandling()
PEAR::raiseError()
PEAR::registerShutdownFunc()
PEAR::setErrorHandling()
PEAR::staticPopErrorHandling()
PEAR::staticPushErrorHandling()
PEAR::throwError()
PEAR::_PEAR()
Documentation generated on Wed, 09 Feb 2011 09:04:47 +0700 by phpDocumentor 1.4.2