public function allCategories() {
while(!$rows = parent::findAll()){
throw new \Exception('Нет категорий');
}
return $rows;
}
while(!$rows = parent::findAll()){
throw new \Exception('Нет категорий');
}
return $rows;
if (($rows = parent::findAll()) === false);
throw new \Exception('Нет категорий');
}
return $rows;