Zend Framework Config: Using XML File ConfigurationTag: framework, zend, zend framework, configuration, file, xml Category: PHP Frameworkpost: 21 Apr 2008 read: 365 Zend Framework Configuration Step By Step Tutorial - Part 4: This is another alternative to create a configuration file. We can store configuration data in a simple XML format. To read it, we use Zend_Config_Xml(). First, create a XML file named "config.xml" within application. Enter following code:
To access it, we can use:
| ||
| | Give Your Opinion | Recommend |
|

