CPhpAuthManager - how it works, and when to use it

Comparing #8 with #9

Revision #9 was created by dckurushin dckurushin on Oct 12, 2011, 10:38:24 AM.

brackets

Content

[...]
```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
[...]