Skip to content

Instantly share code, notes, and snippets.

@jorgecc
Created October 16, 2018 03:38
Show Gist options
  • Save jorgecc/296087be9947ad23bc44eac749102297 to your computer and use it in GitHub Desktop.
Save jorgecc/296087be9947ad23bc44eac749102297 to your computer and use it in GitHub Desktop.
$button=$val
->type('integer') // it must be a number
->def(0) // default value is zero
->ifFailThenDefault() // if fails then, the button will be the default value=0
->post('frm_button'); // fetch the value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment