I need to know how to create a back link in the action view of the Yii Framework.
I want to use CHtml::link('Back',Yii::app()->request->urlReferrer);
but this somehow just does not want to work?
Quite new to this Framework.
I need to know how to create a back link in the action view of the Yii Framework.
I want to use CHtml::link('Back',Yii::app()->request->urlReferrer);
but this somehow just does not want to work?
Quite new to this Framework.