Variables in ini files php
Posted
by Ilya Biryukov
on Stack Overflow
See other posts from Stack Overflow
or by Ilya Biryukov
Published on 2010-04-25T00:38:40Z
Indexed on
2010/04/25
0:43 UTC
Read the original article
Hit count: 561
Hey I have this kinda structure in my ini file I want to be able parse a variable inside a variable value
site.url = "www.example.com"
site.url.images = site.url "/images"
However, site.url is not parsed inside the site.url.images.
I am using zend config ini to parse my ini files. Is there a solution beside adding this feature myself?
© Stack Overflow or respective owner