Monday, 25 January 2016

Learning the Yii2 Framework

Hello readers.
Right now I am leaning the yii2 framework moving on from codeigniter.Although codeigniter framework is good, I find it lacking in extensions. The Yii2 framework has the advantage of code generation.I can generate forms, models, CRUD table, extensions e.t.c. This lessens my development time by more than half the time. Also it picks up validation from the database e.g. If I declare a field in a table as an integer then in my view the validation will be the same. I find that the best tutorials for Yii2 are From the DoingItEasy Channel on Youtube. There are a few challanges here and there but I find the benefits outweigh the disadvantages.

No comments:

Post a Comment