Browse Source

Include ruleTable in list of customizable tables [ci skip]

With the addition of ruleTable in 2.0, including it in the list of customizable tables in the class-level doc makes it easier to spot the difference from 1.1.
tags/2.0.4
Steven Michaels 10 years ago
parent
commit
3cddd3bab4
  1. 4
      framework/rbac/DbManager.php

4
framework/rbac/DbManager.php

@ -27,8 +27,8 @@ use yii\di\Instance;
*
* If you don't want to use migration and need SQL instead, files for all databases are in migrations directory.
*
* You may change the names of the three tables used to store the authorization data by setting [[itemTable]],
* [[itemChildTable]] and [[assignmentTable]].
* You may change the names of the tables used to store the authorization and rule data by setting [[itemTable]],
* [[itemChildTable]], [[assignmentTable]] and [[ruleTable]].
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @author Alexander Kochetov <creocoder@gmail.com>

Loading…
Cancel
Save