NEW ExistenceValidator to check if value exists in model or not. It's better to define model() static method in the models to aviod new model initation and open a new connection to database. https://github.com/wajdijurry/phalcon/blob/master/Validation/Validator/ExistenceValidator.php
Have fun