Create a new, empty instance of the class. Used
to add a new row to your database. May optionally
be passed an associative array of data to populate
the instance. If so, all fields will be flagged as
dirty so all will be saved to the database when
save() is called.
public create ( $data = null ) |