How to configure Zend Framework on linux machine?

2019-09-08 12:42发布

问题:

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