1. Are you calling the parent class constructor from your constructor (parent::__construct())? I'm not sure if that will do the trick for your purposes, but it might.
2. How about writing a preExecute() method instead? This method is invoked before any action in the class is invoked. -- Tom Boutell P'unk Avenue 215 755 1330 punkave.com window.punkave.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 -~----------~----~----~----~------~----~------~--~---
