示例#1
0
 function LocationModel()
 {
     parent::FRModel();
     $this->tableName = 'Locations';
 }
示例#2
0
 function UserModel()
 {
     parent::FRModel();
     $this->tableName = 'Users';
 }
示例#3
0
 function ArticleModel()
 {
     parent::FRModel();
     $this->tableName = 'Articles';
 }