Skip to content

« Call the expert » blog posts

A question came across the mailing list today that provides an excellent opportunity to demonstrate the flexibility of the symfony 1.2 routing system.
March 2, 2009 #Call the expert
Now that the release of Doctrine 1.1 right around the corner their has been a bit of noise about how users can use 1.1 instead of the default bundled 1.0.
January 12, 2009 #Call the expert
Tutorial demonstrating how to setup a simple registration form for the sfDoctrineGuardPlugin.
December 3, 2008 #Call the expert
Learn how you can execute complex queries and retrieve data using Doctrine in this Call the expert article.
November 19, 2008 #Call the expert
In this tutorial we'll demonstrate how to extend the sfDoctrineGuardPlugin by adding a relationship to the sfGuardUser named Profile and integrating it in to the admin generator that comes with the plugin.
November 12, 2008 #Call the expert
As announced in a previous post, symfony 1.2 is able to automatically save objects from deep nested forms. I gave a simple example in the announcement post, but some people asked me for a real project example. So here it is.
November 10, 2008 #Call the expert
In this post we'll touch on a few different aspects of the symfony 1.2 release such as the new admin generators, form framework, and embedded forms with a tutorial that starts from a brand new project.
November 7, 2008 #Call the expert
In the last part, we have moved some code to ProductForm. Today, we will enhance the actions even more by moving code to the View and by using some nice shortcuts provided by symfony for common situations.
September 22, 2008 #Call the expert
In the last part, we have seen how to move code from the Controller to the Model. The principle is quite simple, you want thin controllers and fat models. Today, we will see how the new form framework can help us keep this clean separation of concerns.
September 21, 2008 #Call the expert
Today, we will start by refactoring some actions from the product module. As symfony is modeled after the MVC design pattern, Vince was pretty confident that he did the separation of concerns pretty well. The Controller role is to get data from the Model and pass them to the View. Pretty simple, no?
September 20, 2008 #Call the expert