Some kind of "Subcontrollers" with Symfony (Update)
Tuesday, 21 July 2009In my current Symfony project I have a model called "Country" and a model called "Region". A Region always belongs to a Country, and this country will never change.
I've used Doctrine's admin generator to create the administration backend: