| @@ -47,9 +47,8 @@ | ||
| 47 | 47 | public function __construct(&$dbDriver, $table) { |
| 48 | 48 | // Set table name. |
| 49 | 49 | $this->dbDriver = $dbDriver; |
| 50 | 50 | $this->table = $this->dbDriver->getTableName($table); |
| 51 | - $this->id = $id; | |
| 52 | 51 | // Read table fields. |
| 53 | 52 | $this->fields = $this->dbDriver->getColumns($this->table); |
| 54 | 53 | } |
| 55 | 54 | |