Zend_Db_TableClass for SQL table interface.
Located in /Zend/Db/Table.php (line 45)
static Zend_Db_Adapter
$_defaultDb
(line 52)
Default Zend_Db_Adapter object.
static Zend_Db_Inflector
$_inflector
(line 59)
For name inflections.
array
$_cols
(line 83)
The table column names derived from Zend_Db_Adapter_*::describeTable().
The key is the underscore format, and the value is the camelized format.
Zend_Db_Adapter
$_db
(line 66)
Zend_Db_Adapter object.
array
$_name
(line 73)
The table name derived from the class name (underscore format).
string
$_primary
= 'id' (line 90)
The primary key column (underscore format).
static setDefaultAdapter (line 131)
Sets the default Zend_Db_Adapter for all Zend_Db_Table objects.
Constructor __construct (line 97)
Constructor.
delete (line 265)
Deletes existing rows.
The WHERE clause must be in native (underscore) format.
fetchAll (line 312)
Fetches all rows.
Honors the Zend_Db_Adapter fetch mode.
fetchRow (line 331)
Fetches one row.
Honors the Zend_Db_Adapter fetch mode.
find (line 283)
Fetches rows by primary key.
getAdapter (line 153)
Gets the Zend_Db_Adapter for this particular Zend_Db_Table object.
info (line 205)
Returns table information.
insert (line 230)
Inserts a new row.
Columns must be in underscore format.
update (line 248)
Updates existing rows.
Columns must be in underscore format.
_fetch (line 367)
Support method for fetching rows.
_getDefaultAdapter (line 144)
Gets the default Zend_Db_Adapter for all Zend_Db_Table objects.
_setup (line 163)
Populate static properties for this table module.
Documentation generated on Tue, 11 Jul 2006 12:18:11 -0500 by phpDocumentor 1.3.0RC6