Skip to main content
added 91 characters in body
Source Link
Cybercartel
  • 12.6k
  • 7
  • 39
  • 73

Read this http://www.codinghorror.com/blog/2008/05/understanding-model-view-controller.html. To me MVC means registering a function to an array and loop through that array and eventually call a function in the main program. But for many people it seems to separate the model (database) from the view(html template) and the controller (the main application). But that's not what I would think is special about a program. When you develop web application naturally you have all this backends like database, browser, backend and frontend, html, css, image files, video files and php language etc. Why this is put into complicated words confusing the developement? I think MVC is to general to be useful. Learn the decorator pattern it's much more useful.

Read this http://www.codinghorror.com/blog/2008/05/understanding-model-view-controller.html. To me MVC means registering a function to an array and loop through that array and eventually call a function in the main program. But for many people it seems to separate the model (database) from the view(html template) and the controller (the main application). But that's not what I would think is special about a program. When you develop web application naturally you have all this backends like database, browser, backend and frontend, html, css, image files, video files and php language etc. Why this is put into complicated words confusing the developement?

Read this http://www.codinghorror.com/blog/2008/05/understanding-model-view-controller.html. To me MVC means registering a function to an array and loop through that array and eventually call a function in the main program. But for many people it seems to separate the model (database) from the view(html template) and the controller (the main application). But that's not what I would think is special about a program. When you develop web application naturally you have all this backends like database, browser, backend and frontend, html, css, image files, video files and php language etc. Why this is put into complicated words confusing the developement? I think MVC is to general to be useful. Learn the decorator pattern it's much more useful.

added 201 characters in body
Source Link
Cybercartel
  • 12.6k
  • 7
  • 39
  • 73

Read this http://www.codinghorror.com/blog/2008/05/understanding-model-view-controller.html. To me MVC means registering a function to an array and loop through that array and eventually call a function in the main program. But for many people it seems to separate the model (database) from the view(html template) and the controller (the main application). But that's not what I would think is special about a program. When you develop web application naturally you have all this backends like database, browser, backend and frontend, html, css, image files, video files and php language etc. Why this is put into complicated words confusing the developement?

Read this http://www.codinghorror.com/blog/2008/05/understanding-model-view-controller.html. To me MVC means registering a function to an array and loop through that array and eventually call a function in the main program. But for many people it seems to separate the model (database) from the view(html template) and the controller (the main application). But that's not what I would think is special about a program.

Read this http://www.codinghorror.com/blog/2008/05/understanding-model-view-controller.html. To me MVC means registering a function to an array and loop through that array and eventually call a function in the main program. But for many people it seems to separate the model (database) from the view(html template) and the controller (the main application). But that's not what I would think is special about a program. When you develop web application naturally you have all this backends like database, browser, backend and frontend, html, css, image files, video files and php language etc. Why this is put into complicated words confusing the developement?

Source Link
Cybercartel
  • 12.6k
  • 7
  • 39
  • 73

Read this http://www.codinghorror.com/blog/2008/05/understanding-model-view-controller.html. To me MVC means registering a function to an array and loop through that array and eventually call a function in the main program. But for many people it seems to separate the model (database) from the view(html template) and the controller (the main application). But that's not what I would think is special about a program.