Skip to content

Instantly share code, notes, and snippets.

@awartoft
Created July 15, 2012 16:11
Show Gist options
  • Save awartoft/3117598 to your computer and use it in GitHub Desktop.
Save awartoft/3117598 to your computer and use it in GitHub Desktop.
->add(
array(
'name' => 'email',
'validators' => array(
array(
'name' => 'callback',
'priority' => PHP_INT_MAX,
'options' => array(
'callback' => function($fo) {
}
)
)
)
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment