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_Definition

Class for SQL table interface.

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/Definition.php
Methods summary
public
# __construct( array|Zend_Config $options = null )

__construct()

__construct()

Parameters

$options
array|Zend_Config
public Zend_Db_Table_Definition
# setConfig( Zend_Config $config )

setConfig()

setConfig()

Parameters

$config
Zend_Config

Returns

Zend_Db_Table_Definition
public Zend_Db_Table_Definition
# setOptions( array $options )

setOptions()

setOptions()

Parameters

$options
array

Returns

Zend_Db_Table_Definition
public Zend_Db_Table_Definition
# setTableConfig( string $tableName, array $tableConfig )

Parameters

$tableName
string
$tableConfig
array

Returns

Zend_Db_Table_Definition
public array
# getTableConfig( string $tableName )

getTableConfig()

getTableConfig()

Parameters

$tableName
string

Returns

array
public
# removeTableConfig( string $tableName )

removeTableConfig()

removeTableConfig()

Parameters

$tableName
string
public boolean
# hasTableConfig( string $tableName )

hasTableConfig()

hasTableConfig()

Parameters

$tableName
string

Returns

boolean
Properties summary
protected array $_tableConfigs array()
#
Pry Framework API documentation generated by ApiGen 2.6.1