| Config | |
| Author | Jaybill McCarthy |
| License | http://communit.as/docs/license |
| See Also | Cts_Db_Table_Abstract Zend_Db_Table |
| Protected Class Variables | |
| $_name | name of the table being used |
| $_primary | primary key of the table being used |
| Instance Methods | |
| keyExists | Verifies the existence of a key in the configuration for a particular module. |
| get | |
| set | |
| cache | Arguments: none |
Cts_Db_Table_Abstract Zend_Db_Table
name of the table being used
protected $_name
primary key of the table being used
protected $_primary
Verifies the existence of a key in the configuration for a particular module.
function keyExists( $module = "default", $ckey )
function get( $module = "default", $ckey )
function set( $module = "default", $ckey, $value, $is_cached = false )
Arguments: none
function cache()