Skip to content

Instantly share code, notes, and snippets.

@ggslyman
Created April 13, 2011 17:31
Show Gist options
  • Save ggslyman/917968 to your computer and use it in GitHub Desktop.
Save ggslyman/917968 to your computer and use it in GitHub Desktop.
$this->template->content->keyword = valid_ex::initGetVal('keyword',"text");
$this->template->content->address = valid_ex::initGetVal('address',"text");
$this->template->content->distance = valid_ex::initGetVal('distance',"number");
$this->template->content->c = valid_ex::initGetVal('c',"number");
$this->template->content->sw = valid_ex::initGetVal('sw',"text");
$this->template->content->ne = valid_ex::initGetVal('ne',"text");
$this->template->content->l = valid_ex::initGetVal('l',"natural_numbewr");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment