Sensorariourlroute

I’ve creare a funny extension to generate SEO frilendy url with action’s annotations like:




class SiteController {

    /**

     * @Route(name="homepage");

     */

    public function actionIndex()

    {

        $this->render('index');

    }

}



I hope you like it:

http://www.yiiframework.com/extension/sensorario-url-route/