B.6. Configuration Keys

Keys in the config file conform to the class name. Thus, a Acme_Example constructor configuration is addressed as an associative array in the ['Acme_Example'] key of the config file.

<?php
// SYSTEM/config.php
$config['Acme_Example'] = array(
    // ...
);


Local