Zend Tool & application.xml
I use NetBeans & Zend Tool (ZT). Then i create new project, ZT create a config file application.ini, bu开发者_开发百科t i need a xml version. I create a xml version of application.ini and update .zfproject.xml
<?xml version="1.0"?>
<projectProfile type="default" version="1.10">
<projectDirectory>
<projectProfileFile filesystemName=".zfproject.xml"/>
<applicationDirectory classNamePrefix="Application_">
<apisDirectory enabled="false"/>
<configsDirectory>
<applicationConfigFile type="xml"/>
</configsDirectory>
but this don't help me. Then i create new module, ZT create a application.ini. What need to do to ZT use application.xml?
I asked this question a while ago, basically there's currently no way to do this.
See How can I generate XML application configuration using Zend_Tool?
精彩评论