-
Which will work with models representing db tables. Why we need this. For example we have grid:
```
id | name | role
--------------------------------
1 | qiang | repo collab
2 | samdark | repo collab…
-
### What steps will reproduce the problem?
Attempt to save object into a session variable:
``` php
Yii::$app->session->set('user', Yii::$app->assetManager);
Yii::$app->session->close(); // throws an…
-
https://github.com/yiisoft/yii2/blob/master/framework/rbac/ManagerInterface.php#L136
```
/**
* Adds an item as a child of another item.
* @param Item $parent
* @param Item $child
…
-
Hi,
I have a question:
In my project if I use adldap, I can integrate it with rbac and yii2-admin?
-
mdmsoft/yii2-admin "~3.0"
-
Hi
i am getting an error while doing composer update
The "https://bower.herokuapp.com/packages/search/jquery-querybuilder" file could not be downloaded (HTTP/1.1 404 Not Found)
If i remove yii2-quer…
-
This issue has originally been reported by @kmergen at https://github.com/yiisoft/yii2/issues/11034.
Moved here by @samdark.
---
Working on basic app version yii2 dev.
If I load a page always a seco…
-
### What steps will reproduce the problem?
Add an user with an user id 0 and call getRolesByUser().
### What is the expected result?
Expected result is a return value of all the roles the user has
#…
ghost updated
8 years ago
-
The skeleton should contain multi-tier directory structure (something similar to http://www.yiiframework.com/wiki/155/the-directory-structure-of-the-yii-project-site).
It should contain tools support…
-
Класс AccessRule:
``` php
public function allows($action, $user, $request)
{
if ($this->matchAction($action)
&& $this->matchRole($user)
&& $this->matchIP($requ…