Difference between #8 and #9 of
How to setup RBAC with a php file

Revision #9 has been created by Driss on Jan 31, 2011, 1:14:56 PM with the memo:

Corrected the bizRule typo
« previous (#8) next (#10) »

Changes

Title unchanged

How to setup RBAC with a php file

Category unchanged

How-tos

Yii version unchanged

Tags unchanged

Authentication

Content changed

[...]
return array(
'reader' => array (
'type'=>CAuthItem::TYPE_ROLE,
'description'=>'Can only read a post',
'bizRule
s'=>'',
'data'=>''
),
[...]
'type'=>CAuthItem::TYPE_ROLE,
'description'=>'Can post a comment',
'bizRule
s'=>'',
'data'=>''
),
[...]
'reader','commentor'
),
'bizRule
s'=>'',
'data'=>''
)
);
```
[...]
24 4
21 followers
Viewed: 111 285 times
Version: 1.1
Category: How-tos
Written by: bettor
Last updated by: Stageline
Created on: Feb 7, 2010
Last updated: 11 years ago
Update Article

Revisions

View all history