GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Alzabo::Config(3) User Contributed Perl Documentation Alzabo::Config(3)

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.

Returns the root directory for your Alzabo installation.

If no root_dir is defined, this function throws an exception.

Returns the directory under which Alzabo schema objects are stored in serialized form.

If no root_dir is defined, this function throws an exception.

Returns 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.

Throws: "Alzabo::Exception::System"

2022-04-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.