Hi everybody. I just started to learn yii. It is powerfull framework. I learn how it works, how configurate it, what is MVC? Gii? widjets? beradcrumbs? work with database? validation and other things… Can somebody tell me? with classes are most useful and important to create site?
MVC = Model, Viewer, Controller. So you sould seperate your code according to what the code does. (show something=view, caclulate something (logic)=controller, or store/fetch something = model)
widgets are configured by yourself components to display for example datagridview, colorpicker, timepicker, forms by write yourself very few line of code.