Archive for Yii

Yii drop down menu

by: WanderingTechy September 3, 2011

Drop down menus won’t work as described in the CMenu reference.  After much scratching of the head I found an extension which was extremely simple to install and use. MbMenu

Yii clean URL rewrites for static pages

by: WanderingTechy August 31, 2011

I have just started writing a full site in PHP.  More details on what it is later but for now I will be posting snippets that I find useful as I work with Yii for the first time. To get clean URL’s you need to do the normal stuff as per the Yii tutorials.  Including [...]