开发者

custom .zfproject.xml file

开发者 https://www.devze.com 2023-01-02 17:33 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消