I just learning yii framework and read this tutorial about yii how to setup url
but I have no idea, suppose i have 10 controllers, should I define one by one controllers in the config file ? is there a better way to setup url friendly like www.yoursite.com/yourController/yourAction/yourID for all controller ?
I think codeigniter did that automatically ... how about yii ?