View Full Version : تغییر ادرس سایت به کمک urlManager
Amir_f
یک شنبه 10 اسفند 1393, 10:40 صبح
با سلام خدمت دوستان عزیز
چطوری میشه آدرس سایت رو از
controller/view/id
به
id
تغییر داد .
کنترلر : x
مثلا از x/view/id به id
:متفکر:
golbafan
یک شنبه 10 اسفند 1393, 10:58 صبح
سلام
In view file - $this->uniqueid - controller name, $this->action->Id - action name. ($this is CController instance)
و یا
Yii::app()->urlManager->parseUrl(Yii::app()->request)
و یا
Yii::app()->controller->id
ویا
Yii::app()->controller->action->id
MMSHFE
یک شنبه 10 اسفند 1393, 11:17 صبح
'rules'=>array(
'<id:\d+>'=>'products/view',
),
vBulletin® v4.2.5, Copyright ©2000-1404, Jelsoft Enterprises Ltd.