예제 #1
0
파일: Content.php 프로젝트: sislex/cat
 static function getCategories($type)
 {
     $content = new Content();
     $categories = $content->buildCategories($type);
     return $categories;
 }