Ejemplo n.º 1
0
 public static function getPageByCategory($catid)
 {
     return Page::findAll(['category_id' => $catid]);
 }