Most of my web application have some kind of hierarchical structure in their models. It gives my users the ability to categorize their data in a pleasant way. The only problem is that its hard to create a user interface for editing these hierarchies. I made a prototype which adds nested set support to the symfony (1.2) generator. This extension allows for full drag&drop nested set support! See for yourself http://nested.redotheoffice.com
Drag&Drop Nested Set Editor for Admin Generator
January 16th, 2009Visually debugging Doctrine
December 15th, 2008Interactive embedded forms
November 11th, 2008Nesting Doctrine’s relations in sfForm
November 5th, 2008I regularly need a form to edit more than one object at once. To explain this more clearly: imagine an Author - Book relation. Doctrine builds you standard forms for the Author and Book objects, but you can only use them separate. Why not combine the forms using code like in the following lines?
$form = [...]


