Skip to content

« Tutorials » blog posts

June 10, 2008 #Tutorials
symfony 1.1 introduces native support for different formats and mime-types. This means that the same model and controller can have different templates based on the requested format.
June 9, 2008 #Tutorials
Sometimes you need to be able to customize the directory structure provided by symfony. In this post, we will see how to leverage the new configuration system of symfony 1.1 to change the web root, cache, and log directories.
June 9, 2008 #Tutorials
Starting with symfony 1.1, it is now possible to easily use Propel 1.3 in your project to take advantage of its speed improvements, nested set implementation, object instance pooling, among others. Most importantly, Propel 1.3 uses PDO instead of Creole as the DBAL, offering a significant performance boost.
May 30, 2008 #Tutorials
If you don't know the symfony CLI tasks by heart yet, this may prove useful.
March 29, 2006 #Tutorials
Regular or AJAX, sortable lists are easy to implement if you extend the model properly.
March 24, 2006 #Tutorials
How could you live without it before ?
March 15, 2006 #Tutorials
If you always wanted to know how to use the admin generator introduced in symfony 0.6, the new generator chapter of the documentation is made for you.
February 27, 2006 #Tutorials
The days 13 and 14 of the advent calendar tutorials show how to implement tags in practice, and in minutes.
December 14, 2005 #Tutorials
Symfony is compatible with both windows and IIS. If you wonder how to setup symfony to have it work with IIS, check out our new tutorial.
November 8, 2005 #Tutorials