Static Public Member Functions | |
| static | get ($path) |
| Factory method. | |
Protected Member Functions | |
| fillCacheWithoutCacheFile () | |
The config values are stored as key=value pairs, seperated by newlines. Both the key and the value will be trimmed. Indenting a line with a tab character (ASCII #11) causes the key above that line to be prepended to the key with a dot as a separator. This allows conveniently storing hierarchical keys. Lines starting with a hash character and empty lines are ignored. Example:
|# Comment |key1 = value1 | 2 = value1.2 |'key1' => 'value1'
|'key1.2' => 'value1.2' Definition at line 24 of file HierarchicalConfigFile.class.php.
| static spunQ_HierarchicalConfigFile::get | ( | $ | path | ) | [static] |
Factory method.
Creates an object that will operate on the given path.
| $path | A string describing a path on the file system |
Definition at line 32 of file HierarchicalConfigFile.class.php.
1.5.9