コード例 #1
0
ファイル: DatabaseRecord.php プロジェクト: rosko/AlmazService
 protected function __construct($tableName, $id)
 {
     $this->table = DatabaseTable::getTableWithName($tableName);
     $this->id = $id;
 }