Skip to content

Instantly share code, notes, and snippets.

@gpfiel
Created February 6, 2014 11:15
Show Gist options
  • Save gpfiel/8842301 to your computer and use it in GitHub Desktop.
Save gpfiel/8842301 to your computer and use it in GitHub Desktop.
<?php
$inputFilter->add($factory->createInput(array(
'name' => 'id',
'required' => false,
'filters' => array(
array('name' => 'Int'),
),
)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment