Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CB9TOIIIA/94f2207102662c2be35ac1da696abd62 to your computer and use it in GitHub Desktop.
Save CB9TOIIIA/94f2207102662c2be35ac1da696abd62 to your computer and use it in GitHub Desktop.
Получить родительские категории 1 уровня и ниже JBZOO
// 1 уровня
$childrens = $category->getChildren();
// все уровни
$childrens = $category->getChildren($category->id);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment