Re: set not working

2009-06-22 Thread andy
Is 'type' a possible value for $this-params['action']? Rather than setting the 'test' variable, have you tried to echo something from that action just to be sure the routing is correctly taking you to there? On Jun 21, 6:37 pm, thatsgreat2345 thatsgreat2...@gmail.com wrote: When I use $this-set

set not working

2009-06-21 Thread thatsgreat2345
When I use $this-set in my controller it doesn't seem to work, I think this could be due to my beforeFilter as I have it takes the current action, then checks the first variable to determine which view to show. function beforeFilter() { if