zend-config-xml

How do I use multiple entries with Zend_Config_Xml?

Hello, I am trying to use multiple entries with Zend_Config_XML, but no luck so far. I have the following structure. <acl> <admin> <access moudle="module1" controller="controller1" action="action1"> <access moudle="module2" controller="controller2" action="action2"> <access moudle="module3" controller="controller3" action="...

XSD for Zend Forms config XML

Does such scheme exist? If yes, where can I find it? ...

XML configuration of Zend_Form: child nodes and attributes not always equal?

A set of forms (using Zend_Form) that I have been working on were causing me some headaches trying to figure out what was wrong with my XML configuration, as I kept getting unexpected HTML output for a particular INPUT element. It was supposed to be getting a default value, but nothing appeared. It appears that the following 2 pieces of...

Iterating zend_config_xml with only 1 child node?

I have a basic zend_config_xml instance that stores some inventory information such as which products are on replenishment (replenish_departments) vs which products can't be reordered (fashion_departments). (fyi our products are classified into departments, each department has a unique alpha code) My xml looks similar to: <inventory> ...