在控制器里
$name = $this->getId(); // controller
$name = $action->id; // action
在视图里
$name = Yii::app()->controller->id; // controller
$name = $this->getAction()->getId(); // action
在控制器里
$name = $this->getId(); // controller
$name = $action->id; // action
在视图里
$name = Yii::app()->controller->id; // controller
$name = $this->getAction()->getId(); // action