Abel Hoogeveen
57c54b0126
Now it only features one (simpler) ORM, which is the ConfigFileORM. If a new type of config should be added, it should be done through models. Unit tests for the basic config class have been implemented.
5 lines
43 B
PHP
5 lines
43 B
PHP
<?php
|
|
|
|
return array(
|
|
'key' => 'value'
|
|
); |