For example, in application.ini:

[production]

; Simple PHP, front controller, view, etc. settings
...

; Complex settings such as routes, acl definitions, and navigation
resources.navigation.config = "navigation.ini"

or .configFile, .options, .optionsFile.

navigation.ini would then contain:

pages.0.label = "Home"
pages.0.uri = "/"
pages.1.label = "About Us"
pages.1.uri = "/about"
...

Thoughts?

Glen.
-- 
View this message in context: 
http://www.nabble.com/Ability-to-set-application-resource-config-to-the-name-of-an-ini-xml-file-tp23011162p23011162.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to