コード例 #1
0
ファイル: CompanyCollection.php プロジェクト: uzerpllp/uzerp
 function __construct($do = 'Company', $tablename = 'companyoverview')
 {
     parent::__construct($do, $tablename);
     $this->identifier = 'name';
     $this->identifierField = 'name';
 }
コード例 #2
0
ファイル: PersonCollection.php プロジェクト: uzerpllp/uzerp
 function __construct($do = 'Person', $tablename = 'personoverview')
 {
     parent::__construct($do, $tablename);
     $this->identifier = 'surname';
     $this->identifierField = 'name';
 }