public static string timeField (array $parameters) Builds a HTML input[type=”time”] tag
integer MODELS_COLUMN_MAP
public number (mixed $len) Generates a random number between 0 and $len Returns an integer: 0 <= result <= $len. $random = new \Phalcon\Security\Random(); echo $random->number(16); // 8
public initialize (Phalcon\Mvc\ModelInterface $model) Initializes a model in the model manager
public notice (mixed $message, [array $context]) Sends/Writes a notice message to the log
public isTransaction () Returns the whether the logger is currently in an active transaction or not
public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) Generates SQL to delete a column from a table
abstract public add (mixed $field, Phalcon\Validation\ValidatorInterface $validator) ...
public validate (Phalcon\Validation $validation, mixed $field) Executes the validation
public destroy ([mixed $sessionId])
Page 90 of 382