|
Previous Page |
Solar |
Next Page |
Properties
Public
$config
(static array) The values read in from the configuration file.
$parents
(static array) Parent hierarchy for all classes.
We keep track of this so configs, locale strings, etc. can be inherited properly from parent classes.
Although this property is public, you generally shouldn't need to manipulate it in any way.
Protected
$_Solar
(static array) Default config values for the Solar arch-class.
Keys are:
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.
locale_class- (string) Use this class for the 'locale' registry object. Default 'Solar_Locale'.
request_class- (string) Use this class for the 'request' registry object. Default 'Solar_Request'.
start- (array) Run these scripts at the end of Solar::start().
stop- (array) Run these scripts in Solar::stop().
$_status
(static bool) Status flag (whether Solar has started or not).
Private
None.