Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Class for SQL table interface.
array $_tableConfigs = 'array'
Details__construct(
array|Zend_Config $options
=
null
)
:
__construct()
DetailsgetTableConfig(
string $tableName
)
:
arraygetTableConfig()
DetailshasTableConfig(
string $tableName
)
:
boolhasTableConfig()
DetailsremoveTableConfig(
string $tableName
)
:
removeTableConfig()
DetailssetConfig(
Zend_Config $config
)
:
Zend_Db_Table_DefinitionsetConfig()
DetailssetOptions(
array $options
)
:
Zend_Db_Table_DefinitionsetOptions()
DetailssetTableConfig(
string $tableName, array $tableConfig
)
:
Zend_Db_Table_Definition
Details