Difference between #8 and #9 of
CPhpAuthManager - how it works, and when to use it

Revision #9 has been created by dckurushin on Oct 12, 2011, 10:38:24 AM with the memo:

brackets
« previous (#8) next (#10) »

Changes

Title unchanged

CPhpAuthManager - how it works, and when to use it

Category unchanged

How-tos

Yii version unchanged

Tags unchanged

CPhpAuthManager, rbac, accessControl, roles, admin, moderator, guest, banned

Content changed

[...]
```php
$auth = Yii::app()->authManager;
for($userID=1;$userID<10000;$userID++)
$auth->assign('user', $userID);
      {
 
              
 
      }
 
  
$auth->save();
```

execute it and after this open the data/auth.php
[...]
1 2
6 followers
Viewed: 32 101 times
Version: 1.1
Category: How-tos
Written by: dckurushin
Last updated by: François Gannaz
Created on: Oct 12, 2011
Last updated: 12 years ago
Update Article

Revisions

View all history