Configuration
Configuration keys for the Solar
class.
ini_set
(array) An array of key-value pairs where the key is an » ini_set key, and the value is the value for that setting.
Default:
array ( )
registry_set
(array) An array of key-value pairs to use in pre-setting registry objects. The key is a registry name to use. The value is either a string class name, or is a sequential array where element 0 is a string class name and element 1 is a configuration array for that class. Cf. Solar_Registry::set().
Default:
array ( )
start
(array) Run these scripts at the end of Solar::start().
Default:
array ( )
stop
(array) Run these scripts in Solar::stop().
Default:
array ( )
system
(string) The system directory path.
Default:
null