【发布时间】:2011-11-10 12:13:31
【问题描述】:
直到最近,我还在使用 Symfony 1 和 NetBeans IDE。在 Netbeans 中,我可以通过单击来使用 Symfony 命令。
现在我想开始学习 Symfony 2。
http://symfony.com/doc/current/quick_tour/the_big_picture.html
我打开 cmd.exe 并转到 c:/wamp/www/Symfony 并:
php bin/vendors install
但这不起作用。它告诉我它无法识别名称“php”。
我使用 Windows 7、Wamp Server 2.1(带有 PHP 5.3.5)和 Symfony 2.0.5
我该如何开始呢?
【问题讨论】: