Dear all,
I am starting to get a hang of the Yii2 framework. The next step is to get into recommended best practices that would allow for extendibility and manageability of a project.
Is there such a document out there? Thanks.
Dear all,
I am starting to get a hang of the Yii2 framework. The next step is to get into recommended best practices that would allow for extendibility and manageability of a project.
Is there such a document out there? Thanks.
There are many books about refactoring and designing your application. General principles do apply to Yii as well.
As for Yii specific docs, there are only definitive guide and http://www.amazon.com/dp/1783981881?tag=gii20f-20 now.
Thank you.