Implements: Kohana_Config_Source
Interface for config readers
Class declared in SYSPATH/classes/kohana/config/reader.php on line 12.
Tries to load the specificed configuration group
Returns FALSE if group does not exist or an array if it does
string
$group
required - Configuration groupboolean|array
public function load($group);