コード例 #1
0
 public function getCategories()
 {
     $c = new Category();
     return $c->forSelect();
 }