public function _initialize()
 {
     parent::_initialize();
     // $this->PostModel = D('Post');
     // $this->ResumeModel = D('Resume');
     // $this->ResumePostModel = D('ResumePost');
     // $this->TagRelationModel = D('TagRelation');
 }
 public function _initialize()
 {
     parent::_initialize();
     $this->verifyRightLogin();
     $this->chkStudentCenter();
     $this->ResumePostModel = D('ResumePost');
     $this->RegionsModel = D('Regions');
     $this->RegionViewModel = D('ResumeView');
     $this->ScaleModel = D('Scale');
     $this->IndustryModel = D('Industry');
 }
 public function _initialize()
 {
     parent::_initialize();
     parent::verifyRightLogin();
     self::checkType();
     $this->ResumePostModel = D('ResumePost');
     self::getTotal();
     $this->PostModel = D('Post');
     $this->ResumeForwardModel = M('resume_forward');
     $this->EnterpriseTraceController = A('EnterpriseTrace');
     $this->TagModel = D('Tag');
     $this->TagRelationModel = D('TagRelation');
     $this->tag_lists = $this->returnTagLists();
 }
 public function _initialize()
 {
     parent::_initialize();
     $this->CommonController = A('Common');
     $this->StudentModel = D('Student');
     $this->PostSubscribeModel = D('PostSubscribe');
     $this->EducationModel = D('Education');
     $this->PracticeModel = D('Practice');
     $this->ResumeModel = D('Resume');
     $this->PrizeExperienceModel = D('PrizeExperience');
     $this->ActivityExperienceModel = D('ActivityExperience');
     $this->StudentCertificateModel = D('StudentCertificate');
     $this->JobExperienceModel = D('JobExperience');
     $this->EnStudentController = A('EnStudent');
     $this->TraceSetupController = A('TraceSetup');
 }