Xataface 2.0
Xataface Application Framework
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); } }

 All Data Structures Namespaces Files Functions Variables Enumerations