Hi,
friends Now i am describing how to set up zendframework on windows xampp.
step 1
Install xampp server on your local drive like. c:/xampp if you have installed xampp then leave first step.
step 2
Download the latest ZendFramework and extract it.
step 3
open Zendframework folder and open subfolder “library” and here you will find a folder named “Zend”, copy it
and past it to the location “c:/xampp/php/”, within “php” folder.
step 4
edit php.ini configuration file “c:/xampp/php/php.ini” , open it and find “include_path” for windows include_path = “.;c:\xampp\php\Zend”.
step 5
open console terminal, and go “c:\xampp\htdocs>” and type the following command
“c:\xampp\htdocs>c:\xampp\php\zf.dat create project zendtest”. if no error message see. you project has been created.
step 6
Now check your “htdocs” folder for “zendtest”. where all the necessary folders.
step 7
open this url in browser “http://localhost/zendtest/public”
I think your are not on right cmd line php/bin path.
the php exe exist on below path.
C://wamp/php/bin
if wamp install c drive.
I try this with windows 7 and xampp it show error
c:\xampp\php\zf.bat not found..
I think Your environment variable is not set.
in command line run php -v, if u get result with php version then its configured otherwise not.