Exemplo n.º 1
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('Goods');
     $this->tagMod = D('GoodsTag');
     $this->tagClassMod = D('TagClass');
 }
Exemplo n.º 2
0
 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);
 }
Exemplo n.º 4
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = M('Member');
 }
Exemplo n.º 5
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = M('Express');
 }
Exemplo n.º 6
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = M('Notice');
 }
Exemplo n.º 7
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('Goods');
 }
Exemplo n.º 8
0
 public function _initialize()
 {
     parent::_initialize();
 }
Exemplo n.º 9
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = M('Activity');
 }
Exemplo n.º 10
0
 public function _initialize()
 {
     parent::_initialize();
     $this->reportModel = D('Report');
     $this->classModel = M('ReportClass');
 }
Exemplo n.º 11
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('Withdraw');
 }
 public function _initialize()
 {
     parent::_initialize();
     $this->model = M('SystemArticle');
 }
Exemplo n.º 13
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = M('Comment');
 }
Exemplo n.º 14
0
 public function _initialize()
 {
     parent::_initialize();
     $this->art = D('Course');
     $this->art_class = M('Menu');
 }
Exemplo n.º 15
0
 public function _initialize()
 {
     parent::_initialize();
     $this->ba_mod = M('Store');
 }
Exemplo n.º 16
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('Settle');
 }
Exemplo n.º 17
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = M('AdvPosition');
 }
Exemplo n.º 18
0
 public function _initialize()
 {
     parent::_initialize();
     $this->linkMod = M('Link');
 }
Exemplo n.º 19
0
 public function _initialize()
 {
     parent::_initialize();
     $this->modE = M('Email');
     $this->model = D('EmailStatusView');
 }
Exemplo n.º 20
0
 public function _initialize()
 {
     parent::_initialize();
     $this->ba_mod = M('Banner');
 }
Exemplo 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' => '底部许可证');
 }
Exemplo n.º 23
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = M('VipDiscount');
 }
Exemplo n.º 24
0
 public function _initialize()
 {
     parent::_initialize();
     $this->modS = M('Share');
     $this->modV = D('ShareStatusView');
 }
Exemplo n.º 25
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('Order');
 }
Exemplo n.º 26
0
 public function _initialize()
 {
     parent::_initialize();
     $this->ac_mod = D('AlbumClass');
     $this->ap_mod = M('AlbumPic');
 }
Exemplo n.º 27
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = M('Message');
     $this->title = '留言管理';
 }
Exemplo n.º 28
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('Navigation');
 }
Exemplo n.º 29
0
 public function _initialize()
 {
     parent::_initialize();
     $this->art = D('Article');
     $this->art_class = M('ArticleClass');
 }
Exemplo n.º 30
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('Goods');
     $this->goods_class = M('goods_class')->select();
 }