laravel4-categorize
laravel4-categorize copied to clipboard
List category as tree return too many queries
List category as tree.
$category = Categorize::getCategoryProvider()->findById(1);
var_dump($category->getChildren()->toArray());
The category_parent_id
should be ('1','2','3,'34'....)