Phactory\Sql\Phactory::create PHP Method

create() public method

The row is saved to the database, and returned as a Row.
public create ( $table, $overrides = [] )
$table name of the table
$overrides key => value pairs of column => value
    public function create($table, $overrides = array())
    {
        return $this->createWithAssociations($table, array(), $overrides);
    }