In view file
$this->uniqueid (controller name)
$this->action->Id (action name)
($this is CController instance)
In other files
Yii::app()->controller->id
Yii::app()->controller->action->id
In view file
$this->uniqueid (controller name)
$this->action->Id (action name)
($this is CController instance)
In other files
Yii::app()->controller->id
Yii::app()->controller->action->id
Don't forget to share this post