- Timestamp:
- 05/07/09 14:11:09 (11 months ago)
- Files:
-
- 1 modified
-
trunk/class-abstractmodel.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/class-abstractmodel.php
r135 r138 2251 2251 if( $this->dbAdapter->insert($tableName,$datas,false) === false ) 2252 2252 throw new Exception(get_class($this)." Error while saving (PK=$nPK)."); 2253 $this->data [$primaryKey] = $nPK;2253 $this->datas[$primaryKey] = $nPK; 2254 2254 } 2255 2255 #- reset temporary instance Key
