Example #1
0
 public function topic()
 {
     $brand = new Brand($this->db, $this->mno);
     return $brand->WhereIn($brand->category('', '', '', 'topic'));
 }