load->library('AuthLib'); } //------------------------------------------------------------------------------------------------------------------ // Public methods /** * Logout the current logged user */ public function index() { $this->authlib->logout(); } }