<?php if($content) : foreach($content as $row) : ?> <?php if($row->parent == 0) : ?> <?php foreach($content as $child) : ?> <?php if($child->id == $row->name) : ?> <?php endif ?> <?php endforeach ?> <?php endif ?> <?php endforeach ; endif?>
ale wyświetla tylko pierwszą kategorie ,pomijając resztę ,ten sam ukłąd przy pobraniu wyniku jako tablicy assocyjnej działa