How to get child categories under parent one

Posted Date: January 13, 2011

You can use the following code to get child categories under parent one:


load($parentid);
$childCategories = $parentCat->getChildren(); //Child category IDs separated by commas
?>