Freeder
 All Classes Files Functions Variables Pages
Public Member Functions | List of all members
Config Class Reference

Public Member Functions

 get ($option)
 
 set ($option, $value)
 
 load ()
 
 save ()
 

Detailed Description

Store the configuration retrieved from database.

Member Function Documentation

Config::get (   $option)

You can use either Config->attribute or Config->get(attribute)

Config::load ( )

Load the config from the database into this Config object

Config::set (   $option,
  $value 
)

You can use either Config->attribute=… or Config->set(attribute, value)


The documentation for this class was generated from the following file: