Creating your own config files in php

I want to have a file like config.php, that looks like
How would I go about reading/writing to a file in that format? Got any tutorials or something?
(Non Vanilla related)
<?php
$Configuration['BASE_URL'] = 'http://your.base.url/to/vanilla/';
etc..
?>
How would I go about reading/writing to a file in that format? Got any tutorials or something?
(Non Vanilla related)
0
This discussion has been closed.
Comments