load->model('user_model'); $this->load->library('form_validation'); $this->CompanyName = "RESICO"; $this->isLoggedIn(); } /** * This function used to load the first screen of the user */ public function index() { $this->global['pageTitle'] = 'Reports list '; $this->loadViews("reportslink", $this->global , NULL); } } ?>