public getWriteConnection () Gets the connection used to write data to the model
public static static findFirst ([string | array $parameters]) Allows to query the first record that
public static mixed count ([array $parameters]) Allows to count how many records match the specified conditions
public static mixed minimum ([array $parameters]) Allows to get the minimum value of a column that match
public static mixed cloneResultMapHydrate (array $data, array $columnMap, int $hydrationMode) Returns
public Phalcon\Mvc\Model assign (array $data, [mixed
public create ([mixed $data], [mixed $whiteList]) Inserts a model instance. If the instance already exists
public getSnapshotData () Returns the internal snapshot data
public getDirtyState () Returns one of the DIRTY_STATE_* constants telling if the record exists in the database or not
public mixed __call (string $method, array $arguments) Handles method calls when a method is not
Page 5 of 7