function _initialize()
 {
     parent::_initialize();
     $this->users_model = D("Common/Users");
     $this->resume_model = M("Resume");
     $this->category_model = M('Category');
 }
 function _initialize()
 {
     parent::_initialize();
     $this->imgFolder = "Article";
     $this->model_cate = D("ArticleCat");
     $this->model_obj = D("Article");
 }
 function _initialize()
 {
     parent::_initialize();
     $this->imgFolder = "Single";
     $this->model_obj = D("Single");
     $this->category = $this->model_obj->category;
 }
 function _initialize()
 {
     parent::_initialize();
     $this->ad1_obj = D("Common/Ad1");
     $this->ad1cat_obj = D("Common/Ad1Cat");
     $this->site_obj = D("Common/Site");
 }
 function _initialize()
 {
     parent::_initialize();
     $this->imgFolder = "Photo";
     $this->model_cate = D("PhotoCat");
     $this->model_obj = D("Photo");
 }
 public function _initialize()
 {
     parent::_initialize();
     $_SESSION['dingyue'] = '';
     $_SESSION['jiao'] = '';
     $_SESSION['xitong'] = '';
 }
 function _initialize()
 {
     parent::_initialize();
     $this->posts_model = D("Portal/Posts");
     $this->terms_model = D("Portal/Terms");
     $this->term_relationships_model = D("Portal/TermRelationships");
 }
 function _initialize()
 {
     parent::_initialize();
     $this->posts_obj = D("Common/Posts");
     $this->terms_obj = D("Common/Terms");
     $this->terms_relationship = D("Common/TermRelationships");
 }
 function _initialize()
 {
     parent::_initialize();
     $this->imgFolder = "Shop";
     $this->model_cate = D("ShopCat");
     $this->model_obj = D("Shop");
 }
 function _initialize()
 {
     parent::_initialize();
     $this->imgFolder = "Enroll";
     $this->cococat_obj = D("CocoCat");
     $this->model_obj = D("Enroll");
 }
 function _initialize()
 {
     empty($_GET['upw']) ? "" : session("__SP_UPW__", $_GET['upw']);
     //设置后台登录加密码
     parent::_initialize();
     $this->initMenu();
 }
 function _initialize()
 {
     parent::_initialize();
     $this->posts_model = D("Common/Cposts");
     $this->terms_model = D("Common/Terms");
     $this->term_relationships_model = D("Common/CtermRelationships");
 }
 function _initialize()
 {
     parent::_initialize();
     $this->imgFolder = "Dress";
     $this->model_cate = D("DressCat");
     $this->model_obj = D("Dress");
 }
 function _initialize()
 {
     parent::_initialize();
     $this->users_model = D("Common/Users");
     $this->lookcertificate_model = M("Lookcertificate");
     $this->category_model = M('Category');
 }
 public function _initialize()
 {
     parent::_initialize();
     $_SESSION['dingyue'] = '';
     $_SESSION['fuwu'] = '';
     $_SESSION['xitong'] = '';
     $this->jiaoyi_model = D("Common/coupon");
 }
 function _initialize()
 {
     parent::_initialize();
     $this->taxonomys = D("Common/Model")->lists(array('extend' => 1));
     // 仅选择内容模型
     $this->terms_model = D("Common/Terms");
     $this->assign("taxonomys", $this->taxonomys);
 }
 public function _initialize()
 {
     parent::_initialize();
     $_SESSION['dingyue'] = '';
     $_SESSION['fuwu'] = '';
     $_SESSION['jiao'] = '';
     $this->xitong_model = D("Common/users");
 }
 public function _initialize()
 {
     parent::_initialize();
     $_SESSION['fuwu'] = '';
     $_SESSION['jiao'] = '';
     $_SESSION['xitong'] = '';
     $this->Dingyue_model = D("Common/car");
 }
 function _initialize()
 {
     parent::_initialize();
     $this->Role = D("Common/Role");
 }
 function _initialize()
 {
     parent::_initialize();
     $this->Menu = D("Common/Menu");
     $this->auth_rule_model = D("Common/AuthRule");
 }
 function _initialize()
 {
     parent::_initialize();
     $this->ad_model = D("Common/Ad");
 }
Beispiel #22
0
 function _initialize()
 {
     parent::_initialize();
     $this->model_js = D("Common/Js");
 }
 function _initialize()
 {
     parent::_initialize();
     $this->users_obj = D("Common/Users");
     $this->role_obj = D("Common/Role");
 }
 function _initialize()
 {
     parent::_initialize();
     $this->options_obj = D("Common/Options");
 }
 function _initialize()
 {
     parent::_initialize();
     $this->terms_model = D("Common/Terms");
     $this->assign("taxonomys", $this->taxonomys);
 }
 function _initialize()
 {
     parent::_initialize();
     $this->role_model = D("Common/Role");
 }
 function _initialize()
 {
     parent::_initialize();
     $this->nav_model = D("Common/Nav");
     $this->navcat_model = D("Common/NavCat");
 }
 function _initialize()
 {
     parent::_initialize();
     $this->Area_model = D("Common/Area");
 }
 public function _initialize()
 {
     parent::_initialize();
     $this->backup_path = '/data/backup/';
     $this->_database_mod = M();
 }
 function _initialize()
 {
     parent::_initialize();
     $this->plugins_model = D("Common/Plugins");
 }