Config

Summary
Config
AuthorJaybill McCarthy
Licensehttp://communit.as/docs/license
See AlsoCts_Db_Table_Abstract Zend_Db_Table
Protected Class Variables
$_namename of the table being used
$_primaryprimary key of the table being used
Instance Methods
keyExistsVerifies the existence of a key in the configuration for a particular module.
get
set
cacheArguments: none

Author

Jaybill McCarthy

See Also

Cts_Db_Table_Abstract Zend_Db_Table

Protected Class Variables

$_name

protected $_name

name of the table being used

$_primary

protected $_primary

primary key of the table being used

Instance Methods

keyExists

function keyExists($module =  "default",
$ckey  )

Verifies the existence of a key in the configuration for a particular module.

Arguments

moduleThe ID of the module to search.  (the haystack)
ckeyThe key to search for.  (the needle)

Returns: boolean

get

function get($module =  "default",
$ckey  )

Arguments

moduleTBD
ckeyTBD

Returns: TBD

set

function set($module =  "default",
$ckey,  
$value,  
$is_cached =  false)

Arguments

moduleTBD
ckeyTBD
valueTBD
is_cachedTBD

Returns: void

cache

function cache()

Arguments: none

Returns: void

protected $_name
name of the table being used
protected $_primary
primary key of the table being used
function keyExists($module =  "default",
$ckey  )
Verifies the existence of a key in the configuration for a particular module.
function get($module =  "default",
$ckey  )
function set($module =  "default",
$ckey,  
$value,  
$is_cached =  false)
function cache()
Arguments: none
Close