Has anyone worked out the procedure for installing the current Zend Framework in a static PHP app? asked 24 Oct '15, 14:53 bvbb |
Here's one solution, if anyone needs it, that also installs the Zend Skeleton Application:
Now the Skeleton app is accessed with http://<mydomain.com>/ZendSkeletonApplication/public and the Zend Framework is in ~/webapps//htdocs/ZendSkeletonApplication/vendor/zendframework answered 24 Oct '15, 19:58 bvbb |