Jump to content

Understanding better the MVC


NixNod

Recommended Posts

Hello guys, can someone give me an better explanation & example

of the use of MVC?

I'v already read all the MVC articles in the Resources topic.

What the Controller really does? >> Just redirect to the right methods? Just it?

What the Model really does? >> Abstract the data and prepare?

What the View really does? >> Show up the data?

 

If someone could write some example I'll be very happy.

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/73903-understanding-better-the-mvc/
Share on other sites

Your best bet is probably to download one of the already established mvc frameworks (id'e recommend codeignitor simply for its simplicity) and work through the tutorials. Even if you dont end up actually using the framework this will give you a much clearer explination of how the mvc pattern can be applied to your own. It really is a great way to see the mvc in a real world example.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.