<strong>CRUD management as frontend and backend</strong>
For backend crud generation run url as,<br />
/backend.php?r=gii<br />
controller generate as : controllers\back\XyzController.php<br />
view files generate as : views\back\xyz\files.php<br />
<br />
For frontend crud generation run url as,<br />
/index.php?r=gii/crud<br />
controller generate as : controllers\front\XyzController.php<br />
view files generate as : views\front\xyz\files.php<br />
## Summary
The created behavior delivers us from specifying controllers and views paths for the application and all it's modules by using runEnd() method and invoking the onModuleCreate event in necessary places.
[...]
```
But make sure that you insert these rules before news rules containing <_c> and <_a>. Otherwise the latter rules will be used instead.