How to configure Zend Framework on linux machine?
A:
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
there are many tutorial to how to install it on linux
cyberciti.biz/tips/zend-framework-php-tutorial.html
hellosystemadmin.com/blog/how-to-install-zend-frame-work-on-a-linux-and-test-it/
I hope that this might help
Karim
2010-07-26 13:11:37
Zend recommends the most current release of PHP for critical security and performance enhancements, and currently supports PHP 5.2.4 **or later**.
Gordon
2010-07-26 13:17:52
Zend Framework is running fine on php 5.3.
Benjamin Cremer
2010-07-26 18:17:39
+2
A:
There are several good entrypoints in the official Zend Framework Documentation.
Especially the "Zend Framework Quick Start" is a good place to start.
Also checkout this Questions on stackoverflow
Benjamin Cremer
2010-07-26 18:23:28