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
Refactoring implies a lot of changes in the code. It means that you need a way to check that you don't break anything during the process. So, before beginning the refactoring session, I asked Vince about its unit and functional test suite.
But Vince had no unit or functional tests. So, we decided to write some functional tests before starting the refactoring.
September 19, 2008
#Call the expert
Some time ago, Vince, a seasoned PHP developer, asked me to have a look at his very first symfony project, a product store.
As the mistakes he did were quite common, I decided to tell you the story of this refactoring session in the hope you will learn as much as Vince did.
September 18, 2008
#Call the expert
Today, Doctrine gained its citizenship in symfony 1.2.
September 16, 2008
#Symfony
I provided a training session at the Symfony Camp 2008, and after having talked with some of the attendees it looks that it can be difficult to find symfony trainings in every country.
September 15, 2008
This week, the second edition of the symfony camp was held, with more than 80 attendees. In the technical talks, the great new features of symfony 1.2 were shown and the future of symfony 2 was outlined. Besides, the Symfony community showed this week its strength with a massive support for symfony inclusion in NetBeans.
September 14, 2008
#A week of symfony
The second and last conference day of symfony Camp was today.
September 13, 2008
#Community
symfony Camp started yesterday with a symfony 1.1 training but today is the first conference day.
September 12, 2008
#Community