/DataUpdate.phpSome functions and a base class to help with updating records.
This subpackage provides some functions that are useful around single record database activities such as insert and update.
| Class | Description |
|---|---|
DBRecord
|
A Base class to use for records which will be read/written from the database. |
require_once
("PgQuery.php")
(line 178)
Since we are going to actually read/write from the database.
require_once
("AWLUtilities.php")
(line 14)
sql_from_object (line 26)
Build SQL INSERT/UPDATE statement from an associative array of fieldnames => values.
sql_from_post (line 105)
Build SQL INSERT/UPDATE statement from the $_POST associative array
Documentation generated on Tue, 06 Oct 2009 09:31:45 -0700 by phpDocumentor 1.3.2