09-09-2009, 02:17 PM
[eluser]bretticus[/eluser]
Why not just have a separate controller method for logging out and not calling validate() on it?
BTW:
You can get the current controller with $this->router->class and you can get the current model with $this->router->method.
You can get logout in welcome/index/logout via $this->uri->segment(3).
Why not just have a separate controller method for logging out and not calling validate() on it?
BTW:
You can get the current controller with $this->router->class and you can get the current model with $this->router->method.
You can get logout in welcome/index/logout via $this->uri->segment(3).