Symfony 在windows XP安装教程

来源:互联网 发布:mac os怎样卸载软件 编辑:程序博客网 时间:2024/06/06 17:22

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版本 会报错

'Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass' 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



原创粉丝点击