Esempio n. 1
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('Goods');
     $this->tagMod = D('GoodsTag');
     $this->tagClassMod = D('TagClass');
 }
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('Goods');
     $this->goodsBrandModel = M("GoodsBrand");
     $this->goodsDiscountModel = M('Discount');
     $this->goods_class = M('goods_class')->order('gc_sort desc')->select();
 }
 function _initialize()
 {
     parent::_initialize();
     header("Content-type: text/html;charset=utf-8");
     set_time_limit(0);
     //不超时
     ini_set('memory_limit', '500M');
     $this->config = array('path' => C('DB_BACKUP'), 'isCompress' => 0, 'isDownload' => 0);
     $this->dbName = C('DB_NAME');
     //当前数据库名称
     $this->model = new Model();
     //$sql = 'set interactive_timeout=24*3600';                             //空闲多少秒后 断开链接
     //$this->model>execute($sql);
 }
Esempio n. 4
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = M('Member');
 }
Esempio n. 5
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = M('Express');
 }
 public function _initialize()
 {
     parent::_initialize();
     $this->model = M('Notice');
 }
Esempio n. 7
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('Goods');
 }
Esempio n. 8
0
 public function _initialize()
 {
     parent::_initialize();
 }
Esempio n. 9
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = M('Activity');
 }
Esempio n. 10
0
 public function _initialize()
 {
     parent::_initialize();
     $this->reportModel = D('Report');
     $this->classModel = M('ReportClass');
 }
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('Withdraw');
 }
 public function _initialize()
 {
     parent::_initialize();
     $this->model = M('SystemArticle');
 }
Esempio n. 13
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = M('Comment');
 }
Esempio n. 14
0
 public function _initialize()
 {
     parent::_initialize();
     $this->art = D('Course');
     $this->art_class = M('Menu');
 }
Esempio n. 15
0
 public function _initialize()
 {
     parent::_initialize();
     $this->ba_mod = M('Store');
 }
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('Settle');
 }
Esempio n. 17
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = M('AdvPosition');
 }
Esempio n. 18
0
 public function _initialize()
 {
     parent::_initialize();
     $this->linkMod = M('Link');
 }
Esempio n. 19
0
 public function _initialize()
 {
     parent::_initialize();
     $this->modE = M('Email');
     $this->model = D('EmailStatusView');
 }
Esempio n. 20
0
 public function _initialize()
 {
     parent::_initialize();
     $this->ba_mod = M('Banner');
 }
Esempio n. 21
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = M('Groupbuy');
 }
 public function _initialize()
 {
     parent::_initialize();
     $this->model = M('AdvPosition');
     $this->apcode = array('banner' => '首页幻灯片', 'img_nav' => '首页图片导航栏', 'static_img' => '首页静态广告', 'foot-img' => '底部许可证');
 }
Esempio n. 23
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = M('VipDiscount');
 }
Esempio n. 24
0
 public function _initialize()
 {
     parent::_initialize();
     $this->modS = M('Share');
     $this->modV = D('ShareStatusView');
 }
Esempio n. 25
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('Order');
 }
Esempio n. 26
0
 public function _initialize()
 {
     parent::_initialize();
     $this->ac_mod = D('AlbumClass');
     $this->ap_mod = M('AlbumPic');
 }
Esempio n. 27
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = M('Message');
     $this->title = '留言管理';
 }
Esempio n. 28
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('Navigation');
 }
Esempio n. 29
0
 public function _initialize()
 {
     parent::_initialize();
     $this->art = D('Article');
     $this->art_class = M('ArticleClass');
 }
Esempio n. 30
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('Goods');
     $this->goods_class = M('goods_class')->select();
 }