How to configure Zend Framework on linux machine?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
There are several good entrypoints in the official Zend Framework Documentation.
- Installaion
- Learning Zend Framework
- Zend Framework Quick Start
Especially the "Zend Framework Quick Start" is a good place to start.
Also checkout this Questions on stackoverflow
- Can you recommend a good book on zend framework
- Where do I start with Zend Framework?
回答2:
first download xampp 1.7.1 with php 5.2.* because zend don't support 5.3 yet. after download it use this site to install it
http://www.apachefriends.org/en/xampp-linux.html
there are many tutorial to how to install it on linux:
http://cyberciti.biz/tips/zend-framework-php-tutorial.html
http://hellosystemadmin.com/blog/how-to-install-zend-frame-work-on-a-linux-and-test-it/
I hope that this might help