![]() |
Xataface 2.0
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); } }