i need Url part after index.php?r=
is there any function to get request Url part after index.php?r= like Yii::app()->request->getUrl()
Page 1 of 1
Request Url After Index.php?r= request Url after index.php?r=
#3
Posted 12 October 2012 - 01:25 AM
If you want get name Controller and name Action.
You can use:
and
You can use:
$this->idor
Yii::app()->controller->idname Controller
and
$this->action->idor
Yii::app()->controller->action->idname Action
#4
Posted 12 October 2012 - 08:22 AM
Dear Friend
I hope the following would be helpful.
I hope the following would be helpful.
substr(Yii::app()->request->getQueryString(),2);
#5
Posted 15 October 2012 - 02:32 AM
seenivasan, on 12 October 2012 - 08:22 AM, said:
Dear Friend
I hope the following would be helpful.
I hope the following would be helpful.
substr(Yii::app()->request->getQueryString(),2);
Thank u
Rajith Ramachandran,
Wiwo inc.
| Mobile: 919995504508
Wiwo inc.
| Mobile: 919995504508
Share this topic:
Page 1 of 1