English 中文(简体)
Is symfony 2.0 stable enough to use? [closed]
原标题:
Closed. This question is opinion-based. It is not currently accepting answers.

Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.

Closed 9 years ago.

I wonder if Symfony 2.0 is stable enough to use?

Because I ve never used Symfony before.

It seems that Symfony 2 is much better than the previous version and I don t want to relearn/recode everything some months from now.

When do you think it will be released?

Would it be a wise choice to use 2.0 now?

最佳回答

No.

Yes. http://symfony.com/download

http://symfony-reloaded.org/learn

Quote from above link:

Please note that Symfony 2 is not yet ready for production. The final release is planned for late 2010 and will only support PHP 5.3.2. In the meantime, we highly encourage you to use the current symfony 1.4 stable release for all your projects.

问题回答

Symfony core team member here. No, Symfony2 s not ready at all to be used in production, because it hasn t even reached the alpha state. As stated on the github page, things (especially the API) WILL change.

Furthermore, some components are not here yet, for example the Forms framework, so you would have to handle them by hand. Don t do that. But of course we d be more than happy to get some feedback if you give it a try for a sandbox project of yours ;)

I would like to point out that we (www.exercise.com) are live and have been using Symfony 2 for a while now.

It has not been the most smooth experience (we try to stay up to date with the most recent sf2 branches on git, which is almost a full-time job for 1 person), but we have built a functioning site.

The largest hurdle right now to starting a project is the lack of documentation and examples online. So while it is possible to run a production site using Symfony 2, the framework still has a long ways to go until it can be used for a small project.

Yesterday at SymfonyLive 2011 (Twitter #sflive2011) Fabien said that the first Release Candidate will be March 2011.





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签