예제 #1
0
 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();
 }