Exemplo n.º 1
0
 public function getCategories()
 {
     $c = new Category();
     return $c->forSelect();
 }