示例#1
0
文件: User.php 项目: jesus143/fs-dev
 public function topic()
 {
     $brand = new Brand($this->db, $this->mno);
     return $brand->WhereIn($brand->category('', '', '', 'topic'));
 }