December 7, 2011 08:45 AM EST
According to the MVC definition from wikipedia:
"Model View Controller (MVC) pattern creates applications that separate the
different aspects of the application (input logic, business logic, and UI
logic), while providing a loose coupling between these elements."
But if we search... (more)