Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     $this->assign("sidebar_active", array("Course", "index"));
     $this->_page_location = __APP__ . '?s=Course/index';
     $this->assign("classlist", $this->_course_class);
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
     $this->_page_location = __APP__ . '?s=User/index';
     $this->_course_class = CR('Course')->_course_class;
     $this->assign('courseclass', $this->_course_class);
 }
 function __construct()
 {
     parent::__construct();
     $this->table = D("Answer_type");
     $this->answer = D("Answer");
     $this->oss = new LpOss();
 }
Esempio n. 4
0
 public function __construct()
 {
     parent::__construct();
     //$this->shop = $this->getShop();
     $this->group = $this->getUserGroup();
     //  dump($this->getUserGroup());
 }
 function __construct()
 {
     parent::__construct();
     $this->db = D('Taxonomy');
     $this->moduleDb = D('Module');
     $this->dbName = 'taxonomy';
 }
Esempio n. 6
0
 public function __construct()
 {
     parent::__construct();
     $this->assign("sidebar_active", array("Testing", "index"));
     $this->_page_location = __APP__ . '?s=Testing/index';
     $this->assign("examtype", $this->_exam_type);
 }
 function __construct()
 {
     parent::__construct();
     $this->room_type = D("Room_type");
     $this->room = D("Room");
     $this->oss = new LpOss();
 }
 function __construct()
 {
     parent::__construct();
     $this->db = D("Content");
     $this->model_db = D("Model");
     $this->category_db = D("Category");
 }
 function __construct()
 {
     parent::__construct();
     $this->db = D("Model");
     $this->fieldDb = D("ModelField");
     $this->modelTypes = $this->db->getModelTypes();
 }
 function __construct()
 {
     parent::__construct();
     $this->db = D("Content");
     $this->model_db = D("Model");
     $this->category_db = D("Category");
     // $this->categorys = D('Category')->where("siteid = %d", $this->siteid)->select();
 }
 function __construct()
 {
     parent::__construct();
     $this->db = D('Position');
     $this->dataModel = D('PositionData');
     $this->modelModel = D('Model');
     $this->modelTypes = $this->modelModel->getModelTypes();
 }
 function __construct()
 {
     parent::__construct();
     $this->table = D("Users");
     $this->user_info = D("User_info");
     $this->beancount = D("Beancount");
     $this->sign = D("Sign");
 }
 function __construct()
 {
     parent::__construct();
     $this->table = D("Goods");
     $this->goods_type = D("Goods_type");
     $this->goods_face = D("Goods_face");
     $this->oss = new LpOss();
 }
Esempio n. 14
0
 public function __construct()
 {
     parent::__construct();
     if (!$this->managerinfo['super']) {
         $this->pageReturn(1, '账号没有管理权限!', __APP__ . '?s=Index/index');
     }
     $this->_page_location = __APP__ . '?s=Manager/index';
     $this->assign("sidebar_active", array("Manager", "index"));
 }
Esempio n. 15
0
 public function __construct()
 {
     parent::__construct();
     $this->_page_location = __APP__ . '?s=Activity/index';
     $this->assign("sidebar_active", array("Activity", "index"));
 }
Esempio n. 16
0
 public function __construct()
 {
     parent::__construct();
     $this->dbname = 'Cate';
 }
Esempio n. 17
0
 function __construct()
 {
     parent::__construct();
     $this->db = model('Site');
 }
 public function __construct()
 {
     parent::__construct();
     $this->dbname = 'Auth_group';
 }
 function __construct()
 {
     parent::__construct();
     $this->db = D("Module");
 }
 function __construct()
 {
     parent::__construct();
     $this->db = D("Attachment");
 }
 function __construct()
 {
     parent::__construct();
     $this->db = D("Linkage");
 }
Esempio n. 22
0
 public function __construct()
 {
     parent::__construct();
     $this->dbname = CONTROLLER_NAME;
 }
Esempio n. 23
0
 public function __construct()
 {
     parent::__construct();
 }
Esempio n. 24
0
 function __construct()
 {
     parent::__construct();
     $this->db = D("User");
 }
 function __construct()
 {
     parent::__construct();
     $this->db = model('ModelField');
     $this->model_db = model('Model');
 }
Esempio n. 26
0
 function __construct()
 {
     parent::__construct();
     $this->db = model("Model");
     $this->fieldDb = model("ModelField");
 }
 function __construct()
 {
     parent::__construct();
     $this->db = D("Category");
     $this->model_db = D('Model');
 }
 function __construct()
 {
     parent::__construct();
     $this->table = D("Game");
     $this->oss = new LpOss();
 }
 public function __construct()
 {
     parent::__construct();
     $this->jg = D('Jg');
 }
 function __construct()
 {
     parent::__construct();
     $this->db = D("Menu");
 }