| Recommend this page to a friend! |
| Classes of Andrey Nikishaev | > | Little INI Parser | > | Config.php | > | Download | ||
|
|||||||||||||||||||||
;Config.php ; ;By default key separator is '.' and values separator is ',' ; ;General configuration [general] sitepath = http://site.com/ db.host = 10.10.10.10 db.name = magazine db.login = demo,tester db.pass = omed,test ;Module configuration [topic] name = topic path = /path/to/topics doctrine.models = /path/to/doctrine/models ;Module configuration [default] name = default path = /path/to/default doctrine.models = /path/to/doctrine/models |