I am very new to Zend and I want to start two different projects on Zend.
Can anyone recommend a good step-by-step introduction on how to set up Zend on a WAMP system?
I have already searched on different sites but I have no proper answer.
I Download the zend Framework 1.12.3 and rename with Zend and place this folder in
"C:\wamp\bin\php\";
and now i right click on 'my computer properties' and
select 'Advanced->Environment Variables' and create a new
'user variable'
variable name: zf and variable value: C:\wamp\bin\php\Zend\bin
and edit
'System variable->Path'
where at the end of variable value i placed
';C:\wamp\bin\php\Zend\bin;'
after that i open 'php.ini' file and edit
; Windows: "\path1;\path2" ;include_path =
".;c:\php\includes;C:\wamp\bin\php\Zend\library"
and restart wamp
and go to cmd and type 'C:\wamp\bin\php\Zend\bin>zf show version'
but i always get a message
'"php.exe"' is not recognized as an internal or external command,
operable program or batch file
please help to resolve.