Wiki

Articles tagged with "mvc"X
Displaying 1-3 of 3 result(s).

MVC primer and 5 minute form walkthrough

Created about a year ago by rix.rix.Tutorials0 comments – viewed 11,663 times – ( +8 )
This tutorial assumes some basic knowledge of Yii and a functional development environment.
tags: Forms, tutorial, mvc

Yii for beginners

Created about a year ago by rackyczTutorials11 comments – viewed 106,908 times – ( +74 )
Hi. This is first article with my Yii tutorial. I had to split it into more articles as there's limited length of texts on Wiki. So once you understand basics, you can read next article here: Yii for beginners 2.

Code style

Created 2 years ago by zaccariaTips2 comments – viewed 10,351 times – ( +28 )
Often, when writing widgets or editing Yii code, it is unclear whether or not the code is following the MVC pattern.
tags: mvc