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
301 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 ...
0
votes
2answers
210 views

php parse_ini_file oop & deep

I would like to make use of somehting like [parse_ini_file][1]. Lets say for instance I have a boot.ini file that I will load for further procedure: ;database connection settings [database] ...