Zend_Db_Table_Abstract
+ Sgss_Font_Manager_Table_Font
|
$_dependentTables
Tables that contain a foreign key to this table |
|
$_name
Name of this table |
|
$_primary
Primary keyed column name of this table |
|
$_rowClass
Class name representing a row in this table |
Tables that contain a foreign key to this table
protected array $_dependentTables = array(...)
Name of this table
protected string $_name = 'font'
Primary keyed column name of this table
protected string $_primary = 'font_id'
Class name representing a row in this table
protected string $_rowClass = 'Sgss_Font_Manager_Table_Row_Font'