Skip to content

Instantly share code, notes, and snippets.

@ggslyman
Created April 14, 2011 12:25
Show Gist options
  • Save ggslyman/919364 to your computer and use it in GitHub Desktop.
Save ggslyman/919364 to your computer and use it in GitHub Desktop.
// 引き回すGETパラメータのテンプレートへの引き渡し
$this->template->content->keyword = valid::initGetVal('keyword',"text");
$this->template->content->address = valid::initGetVal('address',"text");
$this->template->content->distance = valid::initGetVal('distance',"number");
$this->template->content->c = valid::initGetVal('c',"number");
$this->template->content->sw = valid::initGetVal('sw',"text");
$this->template->content->ne = valid::initGetVal('ne',"text");
$this->template->content->l = valid::initGetVal('l',"natural_numbewr");
$this->template->content->mode = valid::initGetVal('mode',"text");
$this->template->content->order = valid::initGetVal('order',"text");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment