laravel4-categorize icon indicating copy to clipboard operation
laravel4-categorize copied to clipboard

List category as tree return too many queries

Open kampit opened this issue 11 years ago • 0 comments

List category as tree.

$category = Categorize::getCategoryProvider()->findById(1);

var_dump($category->getChildren()->toArray());

example_img

The category_parent_id should be ('1','2','3,'34'....)

kampit avatar Feb 21 '14 09:02 kampit