public getModelName () Returns an internal model name on which the criteria will be applied
public setServiceName (mixed $serviceName) ...
public static lower (mixed $str, [mixed $encoding]) Lowercases a string, this function makes use of the mbstring extension if available echo Phalcon\Text::lower("HELLO"); // hello
abstract public setWriteConnectionService (Phalcon\Mvc\ModelInterface $model, mixed $connectionService) ...
public getDefaultMessage (mixed $type) Get default message for validator type
public describeIndexes (mixed $table, [mixed $schema]) Generates SQL to query indexes on a table
integer RANDOM_NUMERIC
public static string textArea (array $parameters) Builds a HTML TEXTAREA tag echo Phalcon\Tag::textArea(array("comments", "cols" => 10, "rows" => 4)) Volt syntax: {{ text_area("comments", "cols": 10, "rows": 4) }}
public Phalcon\Mvc\Router\RouteInterface get (string $routePattern, callable $handler) Maps a route to a handler that only matches if the HTTP method is GET
public notifyCommit (Phalcon\Mvc\Model\TransactionInterface $transaction) Notifies the manager about a committed transaction
Page 191 of 382