scratch/content/html/en/blog/mvc.md
2010-05-09 14:53:46 +02:00

843 B

isHidden kind created_at title author_name author_uri menupriority
true article 2009-07-06T16:15:23+02:00 MVC explained Yann Esposito yannesposito.com 2

Why This article and for whom?

Many website explaining how MVC works. But I can't found one who explain why.

I have difficulties to obey some principle don't know why I should use it. And something better than the:

"Smarter people than you decided you have to do so"

This article is for people who like me want to understand the real motivation of using an MVC architecture and which advantage it gives you.

Let's start making a project from scratch pretending we don't know anything about the MVC architecture. Then let see how we'll naturally derive to an MVC architecture.

<%= lnkto('→ Next','/blog/mvc/mvc1') %>