|
I has some question. I install zend framework in my local webserver. Than I create in cmd test site. Site create, but in the process of site creating cmd type me:
C:\WebServers\home>zf.bat create project myfirst
Creating project at C:/WebServers/home/myfirst
Note: This command created a web project, for more information setting up your V
HOST, please see docs/README
Testing Note: PHPUnit was not found in your include_path, therefore no testing a
ctions will be created.
Then, when I type:
C:\WebServers\home\myfirst>zf create action add index
cmd type me:
'zf' is not recognized as an internal or external command,
operable program or batch file.
|