Yii Redirect to url


Yii Redirect to url : You can redirect to the url using the $this->rediect() method.


Syntax : Yii Redirect to url

First create url and then redirect to the location.


$url = Yii::app()->createUrl('site/Home');
$this->redirect($url);

The above method will redirect to the given url.


Advertisements

Add Comment

📖 Read More