Overview

Packages

  • Auth
  • Config
  • Controller
  • Date
  • Db
  • Feed
    • Abstract
    • Writers
  • File
    • Decorator
  • Form
    • Element
  • Image
  • Log
    • Writer
  • Net
    • Exception
    • REST
  • None
  • PHP
  • PHPMailer
  • Session
  • Util
  • Validate
    • Validator
  • Zend
    • Db
      • Adapter
      • Expr
      • Profiler
      • Select
      • Statement
      • Table
    • Loader
      • Autoloader
      • PluginLoader
    • Registry

Classes

  • Zend_Db_Table
  • Zend_Db_Table_Abstract
  • Zend_Db_Table_Definition
  • Zend_Db_Table_Row
  • Zend_Db_Table_Row_Abstract
  • Zend_Db_Table_Rowset
  • Zend_Db_Table_Rowset_Abstract
  • Zend_Db_Table_Select

Exceptions

  • Zend_Db_Table_Exception
  • Zend_Db_Table_Row_Exception
  • Zend_Db_Table_Rowset_Exception
  • Zend_Db_Table_Select_Exception
  • Overview
  • Package
  • Class
  • Tree

Class Zend_Db_Table

Class for SQL table interface.

Zend_Db_Table_Abstract
Extended by Zend_Db_Table
Package: Zend\Db\Table
Category: Zend
Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: New BSD License
Located at Zend/Db/Table.php
Methods summary
public
# __construct( string|array $config = array(), array|Zend_Db_Table_Definition $definition = null )

__construct() - For concrete implementation of Zend_Db_Table

__construct() - For concrete implementation of Zend_Db_Table

Parameters

$config
string|array
string can reference a Zend_Registry key for a db adapter OR it can reference the name of a table
$definition
array|Zend_Db_Table_Definition
Methods inherited from Zend_Db_Table_Abstract
_cascadeDelete(), _cascadeUpdate(), _fetch(), _getCols(), _getReferenceMapNormalized(), _order(), _setAdapter(), _setMetadataCache(), _setSequence(), _setup(), _setupAdapter(), _setupDatabaseAdapter(), _setupMetadata(), _setupMetadataCache(), _setupPrimaryKey(), _setupTableName(), _where(), addReference(), createRow(), delete(), fetchAll(), fetchRow(), find(), getAdapter(), getDefaultAdapter(), getDefaultMetadataCache(), getDefaultSource(), getDefaultValues(), getDefinition(), getDefinitionConfigName(), getDependentTables(), getMetadataCache(), getReference(), getRowClass(), getRowsetClass(), info(), init(), insert(), isIdentity(), metadataCacheInClass(), select(), setDefaultAdapter(), setDefaultMetadataCache(), setDefaultSource(), setDefaultValues(), setDefinition(), setDefinitionConfigName(), setDependentTables(), setMetadataCacheInClass(), setOptions(), setReferences(), setRowClass(), setRowsetClass(), update()
Constants inherited from Zend_Db_Table_Abstract
ADAPTER, CASCADE, COLS, COLUMNS, DEFAULT_CLASS, DEFAULT_DB, DEFAULT_NONE, DEFINITION, DEFINITION_CONFIG_NAME, DEPENDENT_TABLES, METADATA, METADATA_CACHE, METADATA_CACHE_IN_CLASS, NAME, ON_DELETE, ON_UPDATE, PRIMARY, REFERENCE_MAP, REF_COLUMNS, REF_TABLE_CLASS, RESTRICT, ROWSET_CLASS, ROW_CLASS, SCHEMA, SELECT_WITHOUT_FROM_PART, SELECT_WITH_FROM_PART, SEQUENCE, SET_NULL
Properties inherited from Zend_Db_Table_Abstract
$_cols, $_db, $_defaultDb, $_defaultMetadataCache, $_defaultSource, $_defaultValues, $_definition, $_definitionConfigName, $_dependentTables, $_identity, $_metadata, $_metadataCache, $_metadataCacheInClass, $_name, $_primary, $_referenceMap, $_rowClass, $_rowsetClass, $_schema, $_sequence
Pry Framework API documentation generated by ApiGen 2.6.1