Created
April 25, 2018 07:24
-
-
Save CB9TOIIIA/94f2207102662c2be35ac1da696abd62 to your computer and use it in GitHub Desktop.
Получить родительские категории 1 уровня и ниже JBZOO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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