Tuesday, May 31, 2011

Install Zend Framework on Windows + wamp

In this post i`ll explain how to easily set up  the Zend Framework. Why Zend Framework?, you may ask and this is the reason.



1. Download the latest version of zend framework here.
2. We have to set a path to our php folder : Run -> cmd -> SET PATH =%PATH%;C:\WAMP\BIN\PHP\PHP5.3.0
3. Unpack our Zend in C:\Zend
4. Run->cmd-> cd C:\Zend\bin
5. zf.bat CREATE PROJECT C:\wamp\www\newzendproject\
6. You have to copy Zend library from your unpacked zend folder into your projects library folder.
7. Test

If you didn't understand this then :

How to setup Zend Framework with Apache on Windows

Programmers Reference Guide - Create Your Project

No comments:

Post a Comment