Best Step by Step tutorial for Symfony - (I am running PHP on Windows) [closed]

纵然是瞬间 提交于 2019-12-03 13:22:48

问题


I have tried to follow the symfony tutorial here: http://www.symfony-project.org/book/1_2/03-Running-Symfony

It's incoherent : It says to download the sandbox but the rest of the tutorial seems for the non-sandbox version. It's not a step by step as it seems and I can't get the same result.

This is really frustrating and if I haven't a project on it, I would already give up !

So is there anything better than the official tut so that I can just get started ?

Thanks a lot.


回答1:


Symfony Documentation

Symfony is arguably the best PHP framework out there at the moment. It has a huge amount of functionailty and a large and active community.

To help you get started, the creators have provided a wide variety of resources.

The documentation for the latest version, 1.4 is here: http://www.symfony-project.org/doc/1_4/

The Getting Started tutorial might be your first port of call: http://www.symfony-project.org/getting-started/1_4/en/

In older versions of Symfony, there are some excellent step-by-step tutorials on how to build a complete web application:

  • v1.0: Askeet - http://www.symfony-project.org/askeet/1_0/en/

  • v1.2: Jobeet - http://www.symfony-project.org/jobeet/1_2/

Symfony does have a steep learning curve, but stick with it. It's worth it!




回答2:


Since Symfony 2.0.x came out the new site is: http://symfony.com/ and for the introductory tutorial you can see it here: http://symfony.com/get_started or directly here: http://symfony.com/doc/current/quick_tour/the_big_picture.html

It is easier to follow since most or maybe all the problems in the 1.2/1.4 tutorials are gone (No more going crazy trying to understand it)




回答3:


If you need a german tutorial. Here is one in four parts http://www.scandio.de/2011/05/symfony2-web-applikationen-erstellen-teil-1-vorbereitung/



来源:https://stackoverflow.com/questions/1853676/best-step-by-step-tutorial-for-symfony-i-am-running-php-on-windows

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!