コード例 #1
0
ファイル: Company.php プロジェクト: thruthesky/backend
 public function __construct()
 {
     parent::__construct();
     $this->setTableName('company');
 }
コード例 #2
0
ファイル: Data.php プロジェクト: thruthesky/backend
 public function __construct()
 {
     parent::__construct();
     $this->setTableName('data');
     $this->in = http_input();
 }