01-16-2009, 12:25 PM
|
#42 (permalink)
|
|
The Prestige
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
|
Quote:
Originally Posted by Salathe
I'm not really clear on the actual utility of this class. How would I go about echoing, for example, a config option called "site_name"?
Also is there any scope for adding in hierarchical configurations?
|
PHP Code:
<?php
echo $configs->configinfo["site_name"];
?>
There is no scope for hierarchy for the configurations. Why?
__________________
VillageIdiot can have my babbies ;d
|
|
|
|