How to setup RBAC with a php file

Comparing #9 with #10

Revision #10 was created by Kranklin Kranklin on Feb 25, 2011, 7:57:15 PM.

Corrected typo

Content

[...]
Yii::app()->user->logout(); //logout the user
$this->redirect(Yii::app()->homeUrl); //redirect the user
}
```

## Ad
iditional/optional settings: ##

In your auth.php file you can use the following parameters:
- __`type`__ => role,task,operation
- __`description`__ => describe the type
- __`bizRule`__ => apply business rule
[...]