コード例 #1
0
ファイル: AppHistory.php プロジェクト: xuantain/appstore-mvc
 public function __construct()
 {
     $this->_table_name = 'app_histories';
     $this->_key = 'app_history_id';
     parent::__construct();
 }
コード例 #2
0
ファイル: Category.php プロジェクト: xuantain/appstore-mvc
 public function __construct()
 {
     $this->_table_name = 'categories';
     $this->_key = 'cat_id';
     parent::__construct();
 }