$config
$config : array
List of all loaded config values
CodeIgniter Config Class
This class contains functions that enable config files to be managed
_assign_to_config( $items = array()) : void
Assign to Config
This function is called by the front controller (CodeIgniter.php) after the Config class is instantiated. It permits config items to be assigned or overriden by variables contained in the index.php file
$items |