-
I have started working with mongodb extension and able to work smoothly.
But the default functionality like maintaining users , login, logout... needs changes in out of the box code.
Is it possible t…
-
Now.
in my controller
```
public function behaviors() {
return array(
'AccessControl' => array(
'class' => '\yii\web\AccessControl',
'rules' =>…
-
When trying to check access for a user that is not the one currently logged in (his Id is not `Yii::app()->user->getId()`) and a bizrule comes in to check if a role assignment applies for this user I …
cebe updated
12 years ago