CMenu is a MFC encapsulation of Windows HMENU.
I create a menu like a Twitter Bootstrap navbar with CMenu widget: <?php $this->widget( 'zii.widgets.CMenu', …
I have an MFC app that uses CMenu for the main menu bar. I haven't been able to create submenus …