Archives
Master Symfony2 fundamentals
Symfony hosting done right
Blog
Talk about Symfony2, not Symfony 2
by
Fabien Potencier
– June 24, 2010
– 14 comments
A few weeks ago, I had an interesting discussion about how to name Symfony2 from the perspective of a Symfony developer.
As we maintain a lot of different symfony versions, it is sometimes difficult to find documentation for the exact version you are using. So, when you start using symfony 1.4 for instance, and search for something on a search engine, you find lots of results for other versions of the framework like 1.0, 1.1, and 1.2. With Symfony2, the problem will be even more annoying, as the framework is very different.
By removing the space between Symfony and the version, like in Symfony2, you can search for "Symfony2" instead of "symfony", and search engines will then only return results related to "Symfony2".
So, please, as of now, whenever you write a blog post, a piece of documentation, a tweet, or a presentation, never write "Symfony 2" again. Use Symfony2 instead. That way, someone can search for "Symfony2 routing" and he will have only Symfony2 results.
I have updated the Symfony2 documentation accordingly, which should be available later today ;)






is a trademark of Fabien Potencier. All rights reserved.
Add a Comment
Comments
When looking for documentation, blog posts, and similar, for other systems I often have to filter through a bunch of articles irrelevant to my version. This is an interesting take on solving the problem.
@Hannes: The documentation of Symfony2 has been really improved on symfony-reloaded.org, even if the 1.3/1.4 docs were easy to read & learn too I think.