Revision #81 has been created by rackycz on Sep 20, 2019, 3:27:43 PM with the memo:
edit
« previous (#80) next (#82) »
Changes
Title
unchanged
Yii v2 for beginners
Category
unchanged
Tutorials
Yii version
unchanged
2.0
Tags
unchanged
tutorial,beginner,yii2
Content
changed
[...]
return true;
}
```
.. or you can create one parent-controller named for example BaseController. All other controllers will extend it.
```php[...]
```
As you can see in the snippet above, other controllers must contain row "use app\controllers\BaseController"
Access rights
---
... text ...