Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

Config Class Reference

List of all members.

Public Member Functions

 set ($key, $val)
 set a global configuration value

Static Public Member Functions

 get ($key)
 get a global configuration value.

Private Member Functions

 __construct ()
 nobody needs to access this...

Static Private Attributes

 $data = array()
 we store the config options in an array.

Member Function Documentation

Config::__construct  )  [private]
 

nobody needs to access this...

Definition at line 20 of file config.inc.php.

Config::get key  )  [static]
 

get a global configuration value.

Parameters:
$key the key to fetch.
Returns:
the value of that key.

Definition at line 31 of file config.inc.php.

Referenced by Geocode::__construct(), Amazon::__construct(), BaseUser::__construct(), BaseModule::__construct(), BaseImage::__construct(), MyMail::__construct(), EditorField::__construct(), BaseJumper::__construct(), BaseJumper::checkHost(), dbExecute(), dbQuery(), BaseImage::drawBulkApplet(), BaseUser::emailDeleteConfirmation(), BaseInvitation::emailInvite(), BaseEvent::emailInvite(), BaseUser::emailPassChanged(), BaseMessage::emailRecipient(), ObjectManager::generateRss(), BaseThread::generateRss(), BaseUser::getAuthWhereSql(), BaseJumper::getParams(), BaseObject::getRssItem(), BaseModule::getUrl(), BaseModule::init(), BaseCrons::init(), BaseImage::load(), EasyCache::markCacheHit(), BaseUser::processLoginForm(), BaseUser::registrationPostSuccess(), BaseUser::requestPassReset(), SMS::send(), BaseUser::sendActivationEmail(), Util::spawnHttpAsync(), BaseJumper::start(), and BaseUser::validateRegistration().

Config::set key,
val
 

set a global configuration value

Parameters:
$key the key to set.
$val the value to set the key to.

Definition at line 42 of file config.inc.php.

Referenced by BaseImage::__construct(), and BaseModule::init().


Member Data Documentation

Config::$data = array() [static, private]
 

we store the config options in an array.

Definition at line 15 of file config.inc.php.


The documentation for this class was generated from the following file:
Generated on Fri Oct 27 12:26:41 2006 for BaseJumper by doxygen 1.3.9.1