[symfony-users] before_filter-like function on Symfony

2010-03-15 Thread Andree Surya
Hi there, On one module, can I create a rule that allow one action to be executed before any others? For example, I have a function requireLogin that will redirect any anonymous user to a login page. This method should be executed before any other action is taken. To those who familiar with Ruby

[symfony-users] Re: before_filter-like function on Symfony

2010-03-15 Thread Andree Surya
:07 PM, Andree Surya andree.su...@gmail.com wrote: Hi there, On one module, can I create a rule that allow one action to be executed before any others? For example, I have a function requireLogin that will redirect any anonymous user to a login page. This method should be executed before any