Hi,

I am not sure if I understand Zend_Config and it's intended use correctly.  

What I need is one configuration-file per application.  This configuration 
file is meant to be edited by the user and should allow multiple sections 
possibly depending on each other.  For example

[Global]
current.portal = 'Fisch'

[Fisch]
default.category = 'Ontology'

[Gans]
default.category = 'Epistemology'


I would like to read this configuration _once_ at application startup and than 
be able to access the different sections.  I can't see how this is easily 
possible with Zend_Config.  Am I missing something?


Thanks and regards,
Horst

Reply via email to