示例#1
0
 public static function getFAQCategory()
 {
     $c = Faqcat::get();
     self::$faqcategory = $c;
     return new self();
 }