Xataface  2.0alpha2
Xataface Application Framework
 All Data Structures Namespaces Files Functions Variables Groups Pages
Inside

Creates a new record.

Parameters
string$classpath,.The path to the file that is the subclass.
array$dataAssociative 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); } }