adspace


How to install zend framework?

Answer Posted / Sohan Sagar Jha

To install Zend Framework, follow these steps:n
1. Download the latest stable release from https://framework.zend.com/downloads.
2. Extract the downloaded archive to a convenient location on your system.
3. Add the path of the extracted directory to your PHP include_path by modifying php.ini or .htaccess file.
4. You can now use Zend Framework classes in your PHP projects.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain filters in zend framework with examples?

280


How to render zf2 view within json response?

411


How to call two different views from same action?

363


How you can set module name, controller name, and action name in zend framework?

364