Class Settings

Description
  • abstract: Manages application settings

Located in /settings/Settings.php (line 15)


	
			
Method Summary
Settings __construct ()
mixed getConfig (string $key)
void setConfig ([string $key = false], [string $value = false])
Methods
Constructor __construct (line 28)
  • abstract: Constructor
  • access: public
Settings __construct ()
getConfig (line 37)
  • abstract: Returns a configuration value from the db
  • access: public
mixed getConfig (string $key)
  • string $key
setConfig (line 66)
  • abstract: Sets a configuration value
  • access: public
void setConfig ([string $key = false], [string $value = false])
  • string $key
  • string $value

Documentation generated on Wed, 15 Apr 2009 17:03:41 -0700 by phpDocumentor 1.4.1