コード例 #1
0
ファイル: User.php プロジェクト: jesus143/fs-dev
 public function topic()
 {
     $brand = new Brand($this->db, $this->mno);
     return $brand->WhereIn($brand->category('', '', '', 'topic'));
 }