开发者

Installing the Zend framework

Based on recommendations on SO for the Zend framework, I'm planning to use it for a client's project.

However, my client requires that the project should run on both Yahoo! Small Business and GoDaddy hosting.

Can the Zend framework be installed on these types of hosting, which are ne开发者_Python百科ither VPS nor dedicated?


If you can run PHP code on the server and the PHP version and installed extensions satisfy the minimum requirements, you can use the Zend framework. You don't really need to install Zend, just as you don't need to install any PHP app. The files just need to be present in some include-able directory.


There's really no need to install it. Just copy it to some directory within your application, include Zend's Autoloader class and use it to load rest of the classes you need.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜