Validation\Validator\Confirmation

extends abstract class Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface Source on GitHub Checks that two values have the same value use Phalcon\Validation\Validator\Confirmation; $validator->add('password', new Confirmation([ 'message' => 'Password doesn\'t match confirmation', 'with' => 'confirmPassword' ])); $validator->add(['password', 'email'], new Confirmation([ 'message' => [ 'password' => 'Password doesn\'t match

Mvc\Collection::skipOperation

public skipOperation (mixed $skip) Skips the current operation forcing a success state

Validation\Message\Group::offsetUnset

public offsetUnset (string $index) Removes a message from the list unset($message['database']);

Mvc\Model\Criteria::setDI

public setDI (Phalcon\DiInterface $dependencyInjector) Sets the DependencyInjector container

Mvc\Router::URI_SOURCE_GET_URL

integer URI_SOURCE_GET_URL

Assets\Collection::addFilter

public addFilter (Phalcon\Assets\FilterInterface $filter) Adds a filter to the collection

Mvc\Model::addBehavior

public addBehavior (Phalcon\Mvc\Model\BehaviorInterface $behavior) Setups a behavior in a model <?php use Phalcon\Mvc\Model; use Phalcon\Mvc\Model\Behavior\Timestampable; class Robots extends Model { public function initialize() { $this->addBehavior(new Timestampable(array( 'onCreate' => array( 'field' => 'created_at', 'format' => 'Y-m-d' ) ))); } }

Events\ManagerInterface::getListeners

abstract public getListeners (mixed $type) ...

Mvc\Model\Relation::getParams

public array getParams () Returns parameters that must be always used when the related records are obtained

Tag::rangeField

public static string rangeField (array $parameters) Builds a HTML input[type=”range”] tag