Symfony 的最佳分步教程 - (我在 Windows 上运行 PHP)

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1853676/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-25 04:04:06  来源:igfitidea点击:

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

phpsymfony1

提问by programmernovice

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

我试图在这里遵循 symfony 教程: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 ?

那么有什么比官方的 tut 更好的东西,这样我就可以开始了吗?

Thanks a lot.

非常感谢。

回答by Jon Winstanley

Symfony Documentation

Symfony 文档

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.

Symfony 可以说是目前最好的 PHP 框架。它具有大量的功能和庞大而活跃的社区。

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/

最新版本1.4的文档在这里:http: //www.symfony-project.org/doc/1_4/

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

入门教程可能是你的第一个停靠港口:http://www.symfony-project.org/getting-started/1_4/en/

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

在旧版本的 Symfony 中,有一些关于如何构建完整 Web 应用程序的优秀分步教程:

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

Symfony 确实有一个陡峭的学习曲线,但要坚持下去。这很值得!

回答by Luis Alvarado

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_startedor directly here: http://symfony.com/doc/current/quick_tour/the_big_picture.html

由于Symfony的2.0.x版本出来的新网站:http://symfony.com/和入门教程,你可以在这里看到:http://symfony.com/get_started或直接在这里: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)

由于 1.2/1.4 教程中的大部分或可能所有问题都消失了,因此更容易遵循(不再疯狂地试图理解它)

回答by Christian Koch