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
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
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
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