Esempio n. 1
0
 protected function __construct($tableName, $id)
 {
     $this->table = DatabaseTable::getTableWithName($tableName);
     $this->id = $id;
 }