Top "Yii-routing" questions

Routing in Yii Framework's MVC implementation.

How to Set Base URL in Yii Framework

When I do print_r(Yii::app()->request->baseUrl) I get an empty string. A post on …

php yii yii-routing
Yii Framework - URL Manager and Rules for routing

I have these default route rules in my urlManager in Yii framework: 'urlManager'=>array( 'urlFormat'=>'path', 'showScriptName'=>…

php yii yii-routing
URL routing rules in Yii2

Coming from background of Laravel and Rails I am finding quite a difficulty to figure out how Yii2 rules work. …

php yii yii-routing
Yii, createUrl not working as expected

I'm doing the following in a view: <li><a href='<? Yii::app()->controller-&…

yii yii-routing
Yii urlmanager crazy rules

goodmorning, i have yet another problem with my website. i've developed a site that is similar to yellowpages.com (well …

php url-rewriting yii yii-routing