Symfony blog posts for September 2008
22 blog posts were published on September 2008
Filter posts by publication date
Few weeks ahead of its release, symfony 1.2 continues improving components such as routing and forms while adding some goodies like format support for exceptions.
September 29, 2008
#A week of symfony
Symfony 1.2 already comes with a lot of great new features but smaller things also matter a lot.
Here is yet another post about small things we have recently added to symfony 1.2.
September 24, 2008
#Living on the edge
In his famous keynote at OSCON 2002, Lawrence Lessig talked about the "free culture" and the way "creativity and innovation always build on the past".
The video is a must see for anyone working with or on Open-Source projects. Even if Lawrence does not talk explicitly about Open-Source in the first part of his talk, his arguments are still valid for Open-Source projects.
September 23, 2008
The symfony team continues work on integrating sfDoctrinePlugin for the 1.2 release as well as adding official documentation for both symfony 1.1 and 1.2 versions.
September 22, 2008
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
Very busy week for symfony: completed the integration of Doctrine in symfony 1.2 (including a new symfony + doctrine book), symfony 1.1.2 bugfix version released, new filtering system based on the form framework and lots of new plugins released.
September 21, 2008
#A week of symfony
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
NetBeans, the open-source development environment sponsored by Sun, is planning to include support for PHP frameworks in its upcoming versions. As there are so many PHP frameworks, NetBeans developers have organized a public election to choose the two PHP frameworks that will be initially supported.
September 11, 2008
Symfony continued this week adding cool new features for the upcoming 1.2 version. The routing framework will be refactored to allow further customization and complete RESTful architecture. In addition, Propel plugin development showed an immense activity during this week.
September 7, 2008
#A week of symfony
Jon wants to validate a form value but the validation depends on another form field.
As Jon does not know how to do it with symfony 1.1, he called the expert.
This post will explain how to accomplish this kind of conditional validation by using a post validator.
September 5, 2008
#Call the expert
#Tutorials
Yesterday, I have committed the first slew of changes to the routing framework.
Thanks to this refactoring, developers have new opportunities to customize the routing and this will allow very cool features in the very near future. But today, let's dive into the goodness of the symfony 1.2 routing framework.
September 4, 2008
#Living on the edge
#Tutorials
As for every symfony version, we try to simplify the API and make it more intuitive and powerful.
Here are some examples that you will soon enjoy in symfony 1.2.
September 2, 2008
#Living on the edge