tags:

views:

476

answers:

1

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.

A: 

The above turned out to be working.

Roland