[symfony-users] Creating an "array" element with sfForm

2010-05-26 Thread Avi Block
How can I create an element which outputs its name as an array (eg., picture[]). I would like to dynamically create fields (let's say a file input field), and I would dynamically add in a validator for each element that was added with the javascript. -- If you want to report a vulnerability issue

[symfony-users] Plugin wide layout

2010-02-10 Thread Avi Block
Is there a good way to make sure every module in a plugin has the same layout (one that is stored in the plugin, not in your app) -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-us...@googlegroups.co

[symfony-users] Editing an embedded form

2010-02-07 Thread Avi Block
I'm more or less doing the same thing that Jonathan Wage recommended doing in his article on extending sfDoctrineGuard with a profile object, only I'm doing it in reverse. I have different entities which each have a relation to the sfGuardUser object (eg., presenters who can use the admin of the si

[symfony-users] Adding a doctrine listener from a plugin

2010-02-05 Thread Avi Block
What's the best way to add a doctrine listener from a plugin? Doctrine_Manager is being reported as not being found (which i found strange in the first place), and, to my limited understanding, the method that sfDoctrinePlugin calls, configureDoctrine, only gets called on your main project configur