コード例 #1
0
ファイル: ListController.php プロジェクト: kekstlt/promspace
 private function tag($tag = '')
 {
     $this->region_id = 0;
     $this->group_id = 0;
     $res = CompanyModel::TagSearch($tag, $this->result_per_page, ($this->page - 1) * $this->result_per_page);
     return $res;
 }