API Documentation

Db/Table/Definition.php

Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Db
subpackage
Table
version
$Id: Definition.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Db_Table_Definition

Description

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.

Zend_Db_Table_Definition

category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Db
subpackage
Table
Properties
$_tableConfigs
Methods
__construct
setConfig
setOptions
setTableConfig
getTableConfig
removeTableConfig
hasTableConfig

Description

Class for SQL table interface.

Properties

$_tableConfigs

array $_tableConfigs = 'array'

Details

$_tableConfigs
array
visibility
protected
default
array
final
false
static
false

Methods

__construct

__construct( array|Zend_Config $options = null ) :

__construct()

Arguments
$options
arrayZend_Config
Details
visibility
public
final
false
static
false

getTableConfig

getTableConfig( string $tableName ) : array

getTableConfig()

Arguments
$tableName
string
Output
array
Details
visibility
public
final
false
static
false

hasTableConfig

hasTableConfig( string $tableName ) : bool

hasTableConfig()

Arguments
$tableName
string
Output
bool
Details
visibility
public
final
false
static
false

removeTableConfig

removeTableConfig( string $tableName ) :

removeTableConfig()

Arguments
$tableName
string
Details
visibility
public
final
false
static
false

setConfig

setConfig( Zend_Config $config ) : Zend_Db_Table_Definition

setConfig()

Arguments
$config
Zend_Config
Details
visibility
public
final
false
static
false

setOptions

setOptions( array $options ) : Zend_Db_Table_Definition

setOptions()

Arguments
$options
array
Details
visibility
public
final
false
static
false

setTableConfig

setTableConfig( string $tableName, array $tableConfig ) : Zend_Db_Table_Definition

Arguments
$tableName
string
$tableConfig
array
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.