コード例 #1
0
ファイル: category_model.php プロジェクト: cranefly/crane
 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();
 }
コード例 #2
0
ファイル: welcome_model.php プロジェクト: cranefly/crane
 public function __construct()
 {
     parent::__construct();
     $this->tableName = DB_PREFIX . $this->tableName;
 }
コード例 #3
0
ファイル: account_model.php プロジェクト: cranefly/crane
 public function __construct()
 {
     parent::__construct();
     $this->tableName = DB_PREFIX . "user_list";
     $this->gTableName = DB_PREFIX . "user_group";
 }