Tagged Questions
4
votes
1answer
3k views
How do I write Routing Chains for a Subdomain in Zend Framework in a routing INI file?
I am trying to create a subdomain using the Zend Router, and then for each section under a subdomain, such as subdomain.site.com/section/ I am creating another route and then trying to chain it to the ...
1
vote
1answer
303 views
Variables in ini files php
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 ...