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 neither 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.