Пример #1
0
 function __construct()
 {
     parent::Control();
     $this->load_model("user");
     $this->load_model("usergroup");
     $this->load_model("user_model", true);
 }
Пример #2
0
 function __construct()
 {
     parent::Control();
     $this->load_model("cart");
     $this->load_model("msg");
     $this->load_model("user");
 }
Пример #3
0
 function __construct()
 {
     parent::Control();
     $this->load_model("home");
     $this->load_model("user");
     $this->load_model("customer");
 }
Пример #4
0
 function __construct()
 {
     parent::Control();
     $this->load_model("home");
     $this->load_model("order");
     $this->load_model("reply");
 }
Пример #5
0
 function __construct()
 {
     parent::Control();
     $this->load_model("msg");
     $this->load_model("reply");
     $this->load_model("cate");
 }
Пример #6
0
 function __construct()
 {
     parent::Control();
     $this->load_model("module");
     $this->load_model("cate");
     $this->load_model("list");
 }
Пример #7
0
 function __construct()
 {
     parent::Control();
     $this->load_model("cate");
     //读取模块列表
     $this->load_model("list");
     //读取产品下的列表
 }
Пример #8
0
 function __construct()
 {
     parent::Control();
     $this->load_model("cate");
     $this->load_model("module");
     $this->load_lib("html");
     //加载生成静态页信息(通过HTML获取)
 }
Пример #9
0
 function __construct()
 {
     parent::Control();
     $this->load_model("cate");
     //读取分类
     $this->load_model("module");
     //读取模块
 }
Пример #10
0
 function __construct()
 {
     parent::Control();
     $this->load_model("module");
     //读取模块列表
     $this->load_model("phpok");
     //加载核心参数
     include_once LIBS . "phpok.sys.php";
 }
Пример #11
0
 function __construct()
 {
     parent::Control();
     $this->load_model("list");
     $this->load_model("module");
     $this->load_model("cate");
     $this->load_lib("phpok_input");
     $this->load_model("currency_model", true);
 }
Пример #12
0
 function __construct()
 {
     parent::Control();
     $this->load_model("upfile");
     //读取附件操作类
     $this->load_model("upfile_model", true);
     //读取附件操作类
     $this->load_lib("upload");
     $this->upload_lib->setting();
     //初始化
 }
Пример #13
0
 function __construct()
 {
     parent::Control();
     $this->load_model("module");
     //读取模块列表
     $this->load_model("cate");
     //读取模块列表
     $this->load_model("list");
     //读取产品下的列表
     $this->load_lib("html");
     //加载生成静态页信息(通过HTML获取)
     $this->load_model("lang");
 }
Пример #14
0
 function __construct()
 {
     parent::Control();
     $this->load_model("upfile");
     //读取附件操作类
     $this->load_lib("upload");
     $this->upload_lib->setting();
     //初始化
     $this->type_video = $this->upload_lib->type_video;
     $this->type_img = $this->upload_lib->type_img;
     $this->type_file = $this->upload_lib->type_file;
     $this->file_uptype = $this->upload_lib->file_uptype;
     $this->file_save_type = $this->upload_lib->file_save_type;
     $this->tpl->assign("type_video", $this->type_video);
     $this->tpl->assign("type_img", $this->type_img);
     $this->tpl->assign("type_file", $this->type_file);
     $this->tpl->assign("file_uptype", $this->file_uptype);
 }
Пример #15
0
 function __construct()
 {
     parent::Control();
     $this->load_model("upfile");
     //读取附件操作类
     if (file_exists(ROOT_DATA . "attachment.php")) {
         include ROOT_DATA . "attachment.php";
         if ($_sys["picture_type"]) {
             $this->type_img = sys_id_list($_sys["picture_type"]);
         }
         if ($_sys["video_type"]) {
             $this->type_video = sys_id_list($_sys["video_type"]);
         }
         if ($_sys["file_type"]) {
             $this->type_file = sys_id_list($_sys["file_type"]);
         }
         $this->file_uptype = $_sys["file_uptype"];
     }
     $this->tpl->assign("type_video", $this->type_video);
     $this->tpl->assign("type_img", $this->type_img);
     $this->tpl->assign("type_file", $this->type_file);
     $this->tpl->assign("file_uptype", $this->file_uptype);
 }
Пример #16
0
 function __construct()
 {
     parent::Control();
     $this->load_model("subscribers");
     $this->load_model("subscribers_model", true);
 }
Пример #17
0
 function __construct()
 {
     parent::Control();
     $this->load_model("hotlink");
 }
Пример #18
0
 function __construct()
 {
     parent::Control();
     $this->load_model("payment");
 }
Пример #19
0
 function __construct()
 {
     parent::Control();
 }
Пример #20
0
 function __construct()
 {
     parent::Control();
     $this->load_model("upfile");
 }
Пример #21
0
 function __construct()
 {
     parent::Control();
     $this->load_model("user");
     $this->load_model("recommend");
 }
Пример #22
0
 function __construct()
 {
     parent::Control();
     $this->_conf = getConf('wechat');
     $this->_S = new Server($this->_conf['AppId'], $this->_conf['Token'], $this->_conf['EncodingAESKey']);
 }
Пример #23
0
 function __construct()
 {
     parent::Control();
     $this->_conf = getConf('wechat');
     $this->_M = new Menu($this->_conf['AppID'], $this->_conf['AppSecret']);
 }
Пример #24
0
 function __construct()
 {
     parent::Control();
     $this->load_model("cart");
     $this->load_model("checkout");
 }
Пример #25
0
 function __construct()
 {
     parent::Control();
     $this->load_model("admin");
     $this->load_model("module");
 }
Пример #26
0
 function __construct()
 {
     parent::Control();
     $this->load_model("tpl");
     //读取模块列表
 }
Пример #27
0
 function __construct()
 {
     parent::Control();
     $this->load_model("collection");
 }
Пример #28
0
 function __construct()
 {
     parent::Control();
     $this->load_model("user");
     $this->load_model("commission");
 }
Пример #29
0
 /**
  *
  * @access public
  *
  */
 function Dummy($hReport)
 {
     parent::Control($hReport);
 }
Пример #30
0
 function __construct()
 {
     parent::Control();
     $this->load_model("datalink");
     //读取数据联动信息
 }