Symfony is a PHP Web Development Framework.
Symfony:2.0.12
1.本地搭建好PHP开发环境; PHP5.3或以上
具体要求参照:http://symfony.com/get_started
2.下载 Symfony源代码 下载版本:http://symfony.com/download?v=Symfony_Standard_Vendors_2.0.12.zip
注意:windows 下需要下载zip版本,
如果下载tgz版本 会报错
'SymfonyComponentDependencyInjectionCompilerResolveDefinitionTemplatesPass'
not found in 。。。
http://stackoverflow.com/questions/5429658/symfony-2-error-in-configuration 这里是解决方法
3.解压到某个目录下,
检测环境是否符合要求:http://localhost/Symfony/app/check.php
访问demo:http://test.a.local/symfony/web/app_dev.php/demo/hello/World
这里有详细的介绍:http://symfony.com/doc/current/quick_tour/the_big_picture.html
下一篇 2014 阿里在线笔试