redirect("Index/index"); } $Develop = new DevelopersModel(); $user = $Develop->getUserData($uid); $status = $user['status']; if($status != 1 && CONTROLLER_NAME != "Message" &&CONTROLLER_NAME != "Apply"){ $this->redirect("apply/apply"); } define("UID",$uid); define("ACCOUNT",$account); $this->assign("title_head",'stats'); parent::_initialize(); // TODO: Change the autogenerated stub } }