How to retrieve fullurl information

my page has the url as

url=http://localhost/project2/index.php?r=holiday/login&records=10&result=&page=3

how to retrive it

it means how to store to a variable that variable must have value of full url thats all

Page isn’t working, tis not found :).

Here you go



Yii::app()->request->getRequestUri()


What about getting where the url actually goes after the routing rules from the urlManager?