Tuesday, May 8, 2012

Install Zend Framework in Ubuntu

1/ install zf
sudo apt-get intsall zend-framework
2/ inclue_path zend framework in php.ini
include_path = "/usr/share/php/libzend-framework-php"
3/ restart apache
sudo service apache2 restart

No comments:

Post a Comment