![]() |
Xataface
2.0alpha2
Xataface Application Framework
|
Creates a new record.
| string | $classpath,. | The path to the file that is the subclass. |
| array | $data | Associative array of data to populate this record. |
the constructor of the subclass, it should call this method: class mySubclass extends Dataface_ImportRecord { function mySubclass($data){ $this->Dataface_ImportRecord(FILE, $data); } }
1.8.1.2