array('index'), 'users' => array('@'), ), array('deny', // deny all users 'users' => array('*'), ), ); } public function actionIndex() { $this->render('index'); } } ?>