[symfony-users] [symfony2] Component vs Action (+ AJAX)

2011-01-23 Thread Palleas
Hi guys, I'm stucked with the way Symfony2 works now (which I really like, don't get me wrong). I have a simple layout in my bundle which always includes a search form, this is what I've done so far: {% extends "::layout.twig.html" %} {% block body %} Application {% render "MyApplication

[symfony-users] NestedSet + HYDRATE_ARRAY_HIERARCHY

2010-08-16 Thread Palleas
Hello ! I'm aving trouble with rendering a tree using HYDRATE_ARRAY_HIERARCHY so it doesn't perform a lot of queries. Here is a snapshot of my table : http://cl.ly/e8fcdf2c805535cdde6d "Présentation" had one child named "sous-presentation", from my backend I moved it so it become a child of "Ense

[symfony-users] Embed optional form

2010-01-15 Thread Palleas
Hi there ! I'm working on a simple Quiz plugin for my Symfony project, so I'm heavily using the Symfony embedding form system to have one big form to edit my whole quiz : - Quiz title - Quiz questions - For each questions, a list of proposals I want to be able to add a question and a proposal whe