0

I use NetBeans & Zend Tool (ZT). Then i create new project, ZT create a config file application.ini, but 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?

ErgallM
  • 237
  • 3
  • 9

1 Answers1

0

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?

Community
  • 1
  • 1
wimvds
  • 12,790
  • 2
  • 41
  • 42