Exemple #1
0
 public function __construct()
 {
     parent::__construct();
     $this->tableName = DB_PREFIX . $this->tableName;
     $this->infoTabel = DB_PREFIX . $this->infoTabel;
     $this->cateList = $this->getAll();
     $this->cateTree = $this->cate_tree();
 }
Exemple #2
0
 public function __construct()
 {
     parent::__construct();
     $this->tableName = DB_PREFIX . $this->tableName;
 }
Exemple #3
0
 public function __construct()
 {
     parent::__construct();
     $this->tableName = DB_PREFIX . "user_list";
     $this->gTableName = DB_PREFIX . "user_group";
 }