Keep em going… just hope that you will publish/update with even more examples… I find Yii difficult to grasp due to a lot conventions and built in functionality. I understand that these kind of tools are necessary for real programming but they just not very helpful for learning.
I would like to see more tutorials similar to CodeIgnitor… which (for me ) is best for MVC learning but not so great for productivity, due to the lack of tools like gii.
Also, it would be nice to have step - by -step tutorials, without using gii in order to have better understanding what actually this tool does.
I am also new to Yii, coming from the Codeigniter community, and i’m starting something like you have done here.
Well, as English is not my primary language, my own version of simple User Guide will maybe be first in french (for a start, i’ll see for translations).
The thing i’m about to attempt, is an explicit User Guide, on that model (click on table of contents on the top of the page) , especially focusing on pragmatic points and actions we have to deal with, and examples of available commands, what it will look like, what goes in the model, controller or view … and all variables we can use.
When i’m reading the official yii doc, it lacks of real implementation examples.
Gonna be a tough work, but i’ll dive into it to explore and learn from examples and keep track of what we can really do and how.
I’ll attempt to make it english and put it on a wiki for corrections, what make CI easy for new users is the syntax (almost a template style) but the simple and clear documentation helps a lot … Yii deserve that too !
Thank you Rackycz for your doc, that’s a great path to follow, the point per point explained.