Hi,
Bit confused regarding redirecting to external pages using Yii. I can make it working using general methodologies but I want to do it using Yii.
Is there any method of doing so?
Thanks
Hi,
Bit confused regarding redirecting to external pages using Yii. I can make it working using general methodologies but I want to do it using Yii.
Is there any method of doing so?
Thanks
From a controller just use the redirect method (http://www.yiiframework.com/doc/api/1.1/CController#redirect-detail).
Thanks but I am looking for redirection to external website
$this->redirect('http://www.yiiframework.com');
it works for external and internal.
Thanks
my mistake . My Database does not have link value so getting error regarding it.
Thanks…