ferrari Posted November 1, 2012 Share Posted November 1, 2012 Which is to be considered as more concisely defined? MVC - Model View Controller An Alternative: DMS - Directory Module Stylesheet In the realm of a web application I do tend to think of the directory, the modules coming together (and making up the application), and the stylesheet taking over "everything desgin". Whereas the term "view", also in combination with the term "stylesheet" is fine to me. Though, how can "model" and "controller" be concisely defined and understood in this realm? Link to comment https://forums.phpfreaks.com/topic/270145-opinion-on-mvc-vs-dms/ Share on other sites More sharing options...
ferrari Posted November 1, 2012 Author Share Posted November 1, 2012 Though, I am not so sure about "directory" anymore, it was something I would tend to think of. The point is to have everything concisely sorted. Indeed, it is a "sorted directory system". Yet, I am still looking for a concise definition in ways that everything is also concluded. Link to comment https://forums.phpfreaks.com/topic/270145-opinion-on-mvc-vs-dms/#findComment-1389206 Share on other sites More sharing options...
ignace Posted November 1, 2012 Share Posted November 1, 2012 Which is to be considered as more concisely defined? MVC since you made DMS up. Also the MVC pattern is system- and implementation independent. Which means you can create a valid MVC without any organisation or directories at all. Though, how can "model" and "controller" be concisely defined and understood in this realm? You can find these definitions explained in enormous extend on the internet. A module can act as a container for controllers, models, views. For example you can compose your entire system of modules: blog, cms, crm, .. Each working besides or with another module. Modules are used to group related functionality. A module can be part of or contain other modules. For example a tire is a module of a car. A tire consists of other smaller modules and it's part of a bigger module: the car. Link to comment https://forums.phpfreaks.com/topic/270145-opinion-on-mvc-vs-dms/#findComment-1389217 Share on other sites More sharing options...
ferrari Posted November 1, 2012 Author Share Posted November 1, 2012 The M does stand for Model, and not for module. Yet, that is the point of this thread, nevertheless. The folder structure is the folder directory. Being able to have the project or parts of moved with certainty is the aim. Link to comment https://forums.phpfreaks.com/topic/270145-opinion-on-mvc-vs-dms/#findComment-1389333 Share on other sites More sharing options...
ferrari Posted November 1, 2012 Author Share Posted November 1, 2012 MVC since you made DMS up. Not really a good start for a contribution, when the thought is to differentiate and sort in the technology field. It is cool though, I was giving it a go on this forum. Link to comment https://forums.phpfreaks.com/topic/270145-opinion-on-mvc-vs-dms/#findComment-1389340 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.