Ok So Ive decided to create a personal framework that I can use as a base for my projects. I want to this framework to be MVC, yet I cant understand the underlying code.
For example, I know I need a wrapper (index.php) file in the doc root, but what code is in that file?
So what Im looking for is the basic ways to build an MVC system.
Thanks!
Basic Ways to form an MVC System
Moderator: General Moderators
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Ok, first things first...you seriously need to read more articles on the subjects of MVC, page controller and front controllers if your asking this question.
Secondly, look into model 1 and model 2 architectures. This will help guide you in how to build a MVC framework, once you can make the distinction between model1 and model2 you will see what I mean.
I'm sure someone else will add to or retract something I have written here
Cheers
Secondly, look into model 1 and model 2 architectures. This will help guide you in how to build a MVC framework, once you can make the distinction between model1 and model2 you will see what I mean.
I'm sure someone else will add to or retract something I have written here
Cheers
- daedalus__
- DevNet Resident
- Posts: 1925
- Joined: Thu Feb 09, 2006 4:52 pm