Sgss_Font_Manager_Table_Font
Represents the database table to store font

Description

Class diagram:
Zend_Db_Table_Abstract
 + Sgss_Font_Manager_Table_Font
Used by:
Sgss_Font_Manager_Abstract::_init()
Author:
Matsuda Shota
Copyright:
(c) 2007-2008 Matsuda Shota
Usedby:
Sgss_Font_Manager_Abstract::_init()
License:
http://creativecommons.org/licenses/GPL/2.0/
Located in:
/Font/Manager/Table/Font.php (line 46)

Class overview

Variables

protected array $_dependentTables

Tables that contain a foreign key to this table

protected string $_name

Name of this table

protected string $_primary

Primary keyed column name of this table

protected string $_rowClass

Class name representing a row in this table

Variable detail

$_dependentTables 

Tables that contain a foreign key to this table

Signature:
protected array $_dependentTables = array(...)


$_name 

Name of this table

Signature:
protected string $_name = 'font'


$_primary 

Primary keyed column name of this table

Signature:
protected string $_primary = 'font_id'


$_rowClass 

Class name representing a row in this table

Signature:
protected string $_rowClass = 'Sgss_Font_Manager_Table_Row_Font'