Class Zend_Db_Table
	
	
Class for SQL table interface.
	 
	
		- 
			Zend_Db_Table_Abstract
			
			
			
		
 
		- 
			
Zend_Db_Table			
			
			
		 
	
	
	
	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
		 |