Hi list, maybe some of you noticed my recent changes on my mahono branch with the controller. I moved the actual execution from sfController- >forward() into the sfExectionFilter.
It seems to work fine and I really like it.. but there is one drawback I wasn't able to resolve yet: There is no way to use filters.yml in modules as I removed the filter chain execution from the action execution. Thus I was able to allow to switch to another action in a filter without the need to go through the filter chain again. Maybe there is one expert out there who can look over the code and give me some feedback? :-) http://trac.symfony-project.com/trac/browser/branches/mahono/lib/controller/sfController.class.php One Idea I have is to load the filters.yml of the requested module. The controller would _only_ go through a new filter chain if there was a switch to another module before the execution. But having the page controller in mind I'm currently refactoring, I need another approach there: It seems to make sense to make it possible to use a filters.yml in each page - but not in each module... Any thoughts? Regards, Matthias --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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-devs?hl=en -~----------~----~----~----~------~----~------~--~---
