Yii Framework Forum: Sensorariourlroute - Yii Framework Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Sensorariourlroute Write url SEO friendly in annotations Rate Topic: -----

#1 User is offline   sensorario 

  • Elite Member
  • Yii
  • Group: Moderators
  • Posts: 1,796
  • Joined: 07-September 10
  • Location:Cesena (Italy)

Posted 29 December 2012 - 09:32 AM

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.yiiframew...ario-url-route/
1

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users