Welcome Guest, Not a member yet? Register   Sign In
Newbie Education
#2

[eluser]Jondolar[/eluser]
I recommend you dive right into CI and follow some of the tutorials out there. Within a short period of time, it should "click" and you'll get it.

Here is MVC in a nutshell:
Create view files with nothing but HTML and display logic (php code to display loops and variables)
Create models to extract data from your database (most, if not all, of your business logic goes here)
Create a controller to handle your application logic which calls the models and loads the views.

CI is a great framework that will guide you through setting this up and making it work extremely efficiently.

Good luck.


Messages In This Thread
Newbie Education - by El Forum - 06-26-2009, 09:39 AM
Newbie Education - by El Forum - 06-26-2009, 02:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB