Categories menu

Hi all,

how to best make a navigation menu of categories for e-commerce purpose? I mean the simple nav menu like any other at online shops.

The problem is if the yii2 has the built-in class for my needs. Or probably i should loop categries in view and use pretty URL? but it doesn’t match oop philosophy.

I’ve tried to use the ListView class - but it renders only numbers of ids.

Thank you!