whoami
Questions Asked
1 answer
beforeFilter breaks redirect
If you have declared the beforeFilter method in one of your controllers and try to do a...
Answers
There no answers yet.
Comments
- Member since:
- March 9th, 2010
- Last active:
- 2010-03-09 16:32:04
- Questions asked:
- 1
- Answers:
- 0
- Correct Answers:
- 0
- Comments:
- 1
beforeFilter breaks redirect
thanks dogmatic69, that is the way i worked around the situation by using isset. But curious thing is that it breaks only in the beforefilter method and not in others. By break i mean that the page is shown without the layout setting applied, a...