Yii v2 snippet guide

Comparing #27 with #28

Revision #28 was created by rackycz rackycz on Sep 20, 2019, 9:04:18 AM.

db

Content

[...]
If you must use MyISAM instead of InnoDB, just change the word InnoDB into MYISAM.

Then use GII to generate model, views and controller. The URL will probably be
- [http://localhost/basic/web/index.php?r=gii](http://localhost/basic/web/index.php?r=gii).
- When creating the model, check this checkbox: **Enable I18N** ... we will
need i18n it later

Login via database + Session
---
... text ...
[...]