How to install Zend Framework on Windows

前端 未结 8 1234
面向向阳花
面向向阳花 2021-02-01 05:13

\"installing Zend Framework is so easy!!!!\" yeah right...

Ok I\'m working with a beginner\'s book and the ONE thing that is not excessively detailed is the most importa

8条回答
  •  清酒与你
    2021-02-01 05:42

    Easier to read if I type it here.

    Here's a step-by-step:

    • open terminal window
    • type cd c:\
    • type cd php
    • type zf create project c:/APACHE/htdocs/PROJECTNAME

    Substitute your directory and project names where I used all caps.

    That should work. Notice that you had to navigate to the PHP home directory because this is where the php.exe file is, and this is where the zf.bat and zf.php files are. Apparently both are required when using Zend_Tool.

提交回复
热议问题