Yii Framework 2 – Tutorial 5 – Working with Gii tool
In this tutorial I’m going to explain what is Gii tool, and how the Gii tool can be used to automatically generate code. Gii tool enables you to automatically...
How to login user from a database in Yii Framework 2
In this tutorial I’m going to explain how to implement login from database functionality in Yii Framework 2. I’ve seen a lot of people having problems with implementing login...