-
Установила ваш модуль. По зависимостям выкачалось еще 12 модулей о_О) Можно ли уменьшить зависимость этого модуля от других компонентов yii2-start, чтобы его можно было применять в проектах, в которых…
-
this is straight from Yii2 RBAC documentation ( https://github.com/yiisoft/yii2/blob/master/docs/guide/images/rbac-hierarchy-1.png )
There is "author" and "admin" role.
"Admin" role is a parent of …
-
How to use this extension with mongo?
-
PHP Warning – yii\base\ErrorException
Missing argument 1 for izyue\admin\models\AuthItem::find(), called in D:\yii2\yii2-app-advanced\vendor\yiisoft\yii2\validators\UniqueValidator.php on line 210 a…
-
mdm\admin\controllers\AssignmentController
public function actionView($id) not correct for Yii2 2.0.4
foreach ($authManager->getRolesByUser($id) as $role) {
$type = $role->type;
$assigned[$type == It…
-
In the user can function should it use the logged in users id form the app not using the podium id that is different to the `Yii::$app->user->getId()`
like
~~~php
$access = Podium::getInstance()-…
-
Hi. I've got a problem, smth like this:
[RuntimeException]
Failed to execute git checkout "11dc36ee0ad97f3265c52d938d57f5d57e9ffa1f" -
- && git reset --hard "11dc36ee0ad97f3265c52d938d57f5d57e9ffa…
-
Any chance that RBAC functionality will ever be published in this extension? I truly cannot believe that Yii 2.0 was ever pushed out the door with full RBAC functionality. At this point, there is no w…
-
Здравствуйте, Василий.
Изучаю ваши модули. Возник вопрос по разрешениям.
по аналогии с Вашим классом в комментариях
https://github.com/vova07/yii2-start-comments-module/blob/master/commands/RbacContr…
-
Hi,
Sorry could be a silly question. This is my first time to use RBAC in any YII2 project. I want to ask is what is the class name in the RULEs. As what ever I give to it got every class does not exi…