Comparing
#8 with
#9
Revision #9 was created by
Driss on Jan 31, 2011, 1:14:56 PM.
Corrected the bizRule typo
Content
[...]
return array(
'reader' => array (
'type'=>CAuthItem::TYPE_ROLE,
'description'=>'Can only read a post',
'bizRules'=>'',
'data'=>''
),[...]
'type'=>CAuthItem::TYPE_ROLE,
'description'=>'Can post a comment',
'bizRules'=>'',
'data'=>''
),[...]
'reader','commentor'
),
'bizRules'=>'',
'data'=>''
)
);
```[...]