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();
     $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');
 }
 public function infoList()
 {
     //专业
     $list = array('scaleList' => parent::getScaleList(), 'categoryList' => parent::getCategoryList(), 'majorList' => self::majorTypeList(), 'eduList' => getDegreeText(null), 'rangeList' => getDaySalaryText(null), 'weekList' => getWorkDayText(null));
     return $list;
 }
 public function infoList()
 {
     $list = array('industryList' => parent::getIndustryList(), 'scaleList' => parent::getScaleList(), 'categoryList' => parent::getCategoryList(), 'welfareList' => parent::getWelfareList(), 'provinceList' => self::getProvinceList(), 'eduList' => getDegreeText(null), 'rangeList' => getDaySalaryText(null));
     return $list;
 }