Hello, After read some posts, I'd learned the rule that one action for one template. So I now need some architect's ideas to solve a case.
To fill a slot used in the layout, I call a DB Query in the action::preExecute(). But when there is an action::forward(), this preExecute() is called twice, and so the DB Query too. That's the problem : - Where may I put the DB Query ? - Where to fill the slot ? thanks a lot for your lights ;-) Cyrille. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
