Alzabo::Config - Alzabo configuration information |
Alzabo::Config - Alzabo configuration information
use Alzabo::Config
print Alzabo::Config::schema_dir;
This module contains functions related to Alzabo configuration information.
If a value is passed to this method then the root is temporarily changed. This change lasts as long as your application remains in memory. However, since changes are not written to disk it will have to be changed again.
The root directory for your Alzabo installation.
The directory under which Alzabo schema objects are stored in serialized form.
A list containing the names of the available schemas. There will be one directory for each schema under the directory returned. Directories which cannot be read will not be included in the list.
Alzabo::Exception::System
If a value is passed to this method then the Mason component directory is temporarily changed. This change lasts as long as your application remains in memory. However, since changes are not written to disk it will have to be changed again.
The path to the root directory for the Alzabo Mason components.
If a value is passed to this method then the Mason extenstion is temporarily changed. This change lasts as long as your application remains in memory. However, since changes are not written to disk it will have to be changed again.
The file extension used by the Alzabo Mason components.
Alzabo::Config - Alzabo configuration information |