views:

305

answers:

2

i wonder if symfony 2.0 is stable enough to use?

cause i never used symfony before.

it seems that symfony 2 is much more better than the previous version and i dont want to relearn/recode everything some months from now.

when do you think symfony 2.0 will be released?

will it be a wise choice to use 2.0 now?

+5  A: 

No.

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.

Christopher Altman
But I cannot wait until it is.
Christopher Altman
is the code in symfony 2.0 very different from 1.4 so i have to relearn everything or is it almost the same so it wouldnt hurt to learn 1.4 now?
never_had_a_name
From what I see, the syntax is pretty different, but I would say that the philosophy is the same, MVC, Helpers, Partials, etc..
Christopher Altman
ahhhh...why isnt Symfony 2.0 and Doctrine 2.0 available!!!!!! would have made things more easy!
never_had_a_name
+3  A: 

Hi, 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 ;)

NiKo
Thanks for the update, I am excited about the release. Also, thank you for releasing the Symfony Live presentations and videos.
Christopher Altman
wish i could help u with testing it out, but im a rookie in symfony. so perhaps its better just to wait and use 1.4 meanwhile:) thanks for a great product!
never_had_a_name