Im looking into creating my own MVC framework and to be perfectly honest its a little above my skill level but thats not gonna stop me!
i was just wondering if anyone had used or come accross a good simple tutorial for making one that i can follow and then add on to as i need?
all im looking for is a basic framework with bootstrapper to begin with
cheers
simple MVC tutorial?
Moderators: egami, macek, gesf
If you have understood what a model view and controller is, then you don't need a tutorial.
There are plenty of tutorials on the net but it is good to take a look at one of the existing popular frame works, for example CodeIgniter, to understand the nuts and bolts.
There are plenty of tutorials on the net but it is good to take a look at one of the existing popular frame works, for example CodeIgniter, to understand the nuts and bolts.
Last edited by johnj on Sun Sep 02, 2012 10:27 pm, edited 1 time in total.
In this blog you may get a few lines on MVC
http://phillipnb.wordpress.com/2011/11/ ... framework/
http://phillipnb.wordpress.com/2011/11/ ... framework/