public function logoutAction() { parent::__logout(); $auth = new Zgome_Auth(); $auth->logout(); $this->_redirect($this->_request->getHeader('referer')); }
public function init() { parent::init(); }