Zend_Db_TableClass for SQL table interface.
Located in /Zend/Db/Table.php (line 43)
Zend_Db_Table_Rowset
fetchAll
([string|array $where = null], [string|array $order = null], [int $count = null], [int $offset = null])
mixed
_fetch
(string $type, [string|array $where = null], [string|array $order = null], [int $count = null], [int $offset = null])
static Zend_Db_Adapter_Abstract
$_defaultDb
(line 51)
Default Zend_Db_Adapter_Abstract object.
static Zend_Db_Inflector
$_inflector
(line 58)
For name inflections.
array
$_cols
(line 82)
The table column names derived from Zend_Db_Adapter_Abstract::describeTable().
The key is the underscore format, and the value is the camelized format.
Zend_Db_Adapter_Abstract
$_db
(line 65)
Zend_Db_Adapter_Abstract object.
array
$_name
(line 72)
The table name derived from the class name (underscore format).
string
$_primary
= 'id' (line 89)
The primary key column (underscore format).
static setDefaultAdapter (line 133)
Sets the default Zend_Db_Adapter_Abstract for all Zend_Db_Table objects.
Constructor __construct (line 97)
Constructor.
delete (line 277)
Deletes existing rows.
The WHERE clause must be in native (underscore) format.
fetchAll (line 324)
Fetches all rows.
Honors the Zend_Db_Adapter_Abstract fetch mode.
fetchRow (line 343)
Fetches one row.
Honors the Zend_Db_Adapter_Abstract fetch mode.
find (line 295)
Fetches rows by primary key.
getAdapter (line 157)
Gets the Zend_Db_Adapter_Abstract for this particular Zend_Db_Table object.
info (line 217)
Returns table information.
insert (line 242)
Inserts a new row.
Columns must be in underscore format.
update (line 260)
Updates existing rows.
Columns must be in underscore format.
_fetch (line 378)
Support method for fetching rows.
_getDefaultAdapter (line 147)
Gets the default Zend_Db_Adapter_Abstract for all Zend_Db_Table objects.
_setup (line 168)
Populate static properties for this table module.
Documentation generated on Wed, 21 Feb 2007 12:00:48 -0800 by phpDocumentor 1.3.1