예제 #1
0
파일: User.php 프로젝트: jesus143/fs-dev
 public function topic()
 {
     $brand = new Brand($this->db, $this->mno);
     return $brand->WhereIn($brand->category('', '', '', 'topic'));
 }