custom .zfproject.xml file
Yall:
I'm trying to squeeze the Zend Framework into my ISP securely.
My ISP pretty much requires me to put much of the stack in a /private directory in my HTDOCS Home.
So, it looks like this
/index.php
/private/application/configs
/private/开发者_开发问答application/controllers
/private/application/bootstrap.php
...
I tried editing the .zfproject.xml so indicate this, but ZF.bat/ZF.sh seems to ignore this.
Anyone had any success with this type of configuration.
you should just set up the directory like this: /private/MyProject/application
DONE! No need to modify the xml file
Unless you'll be using Zend_Tool you won't need zfproject.xml. This thread talks more about it.
精彩评论