PHP midgard_config
This part of API is forward compatible and it's recommended for Midgard 1.9/2.0. This is experimental section.
MidgardConfig ( midgard_config ) class manages user defined ( system wide or personal ) and named configurations. It also has ability to create or update user's class' database tables.
midgard_config object represents unified configuration. This class is partially usable in Apache environment. All attempts to read, list or write configuration will throw warning. Usually generic one: "Permission Denied".
Minimum version: 1.9
Creating new midgard_config ( Constructor )
midgard_config object is instantiated without arguments.
$config = new midgard_config();
