Cts_Registry

Summary
Cts_Registry
AuthorJaybill McCarthy
Licensehttp://communit.as/docs/license
See AlsoZend_Registry
Static Methods
getGets a setting from the registry.

Author

Jaybill McCarthy

See Also

Zend_Registry

Static Methods

get

public static function get($setting,  
$module =  "default")

Gets a setting from the registry.

Arguments

settingThe name of the setting.
default (optional)The default value of the registry setting, if not found.

Returns

The value of the registry setting.

public static function get($setting,  
$module =  "default")
Gets a setting from the registry.
Close