How to Program With Yii2: Exploring MVC & Gii
Yii2 is the latest version of Yii framework and it adopts all the latest technologies. Yii2 follows the model-view-controller (MVC) architectural pattern accompanied by tools like Gii, Helpers, Widgets etc which makes development faster.Here, I will try to explore how you can program in Yii2, including MVC architecture, form handling, Gii tool and more.Model-view-controller(MVC) ArchitectureMVC […]