Call the expert: Simple Registration with sfDoctrineGuardPlugin
Jonathan Wage
about 1 month ago
Tutorials
Call the expert
7
Tutorial demonstrating how to setup a simple registration form for the sfDoctrineGuardPlugin. Read more »
![]() |
|
BlogPosts for category "Call the expert" |
|

|
This work is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported License. |
There are 11 posts in the "Call the expert" category. You're currently browsing page 1 out of 2.
Jonathan Wage
about 1 month ago
Tutorials
Call the expert
7Tutorial demonstrating how to setup a simple registration form for the sfDoctrineGuardPlugin. Read more »
Jonathan Wage
about 1 month ago
Call the expert
16Learn how you can execute complex queries and retrieve data using Doctrine in this Call the expert article. Read more »
Jonathan Wage
about 1 month ago
Tutorials
Call the expert
19In 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. Read more »
Fabien Potencier
about 1 month ago
Tutorials
Call the expert
18As 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. Read more »
Jonathan Wage
2 months ago
Tutorials
Call the expert
Living on the edge
39In 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. Read more »
Fabien Potencier
4 months ago
Call the expert
28In 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. Read more »
Fabien Potencier
4 months ago
Call the expert
10In 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. Read more »
Fabien Potencier
4 months ago
Call the expert
11Today, 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? Read more »
Fabien Potencier
4 months ago
Call the expert
11Refactoring 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. Read more »
Fabien Potencier
4 months ago
Call the expert
6Some 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. Read more »