MVC - nothing new there is it?
Reading MVC and web apps: oil and water after discussing about MVC today I think the article is pretty much right about MVC. At the office today we pretty much concluded that MVC was nothing more than a strict separation of your database, templateparser and actual engine just ‘doing’ the rest. This strict separation prevents spaghetti-code and unstructured calls between the various aspects of these elements of MVC. However, this separation should be common among web developers and there should be no need to call it MVC. It’s the same as “Don’t use registered_globals in your application”. This undefined fuzz about separation I like the comparison between where we are now, and where we were two years ago, it makes you wonder what the web will be like in 2007
PS, haven’t read about CRUD yet? You should!