예제 #1
0
파일: model.php 프로젝트: veritech/RESTeasy
 function LocationModel()
 {
     parent::FRModel();
     $this->tableName = 'Locations';
 }
예제 #2
0
파일: model.php 프로젝트: veritech/RESTeasy
 function UserModel()
 {
     parent::FRModel();
     $this->tableName = 'Users';
 }
예제 #3
0
파일: model.php 프로젝트: veritech/RESTeasy
 function ArticleModel()
 {
     parent::FRModel();
     $this->tableName = 'Articles';
 }