Skip to content

Instantly share code, notes, and snippets.

@phalcon
Created February 22, 2013 21:10
Show Gist options
  • Select an option

  • Save phalcon/5016564 to your computer and use it in GitHub Desktop.

Select an option

Save phalcon/5016564 to your computer and use it in GitHub Desktop.
<?php
class MyValidator extends Phalcon\Validation\Validator
{
public function validate()
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment