Jaswinder Posted May 20, 2013 Share Posted May 20, 2013 Today i came across this concept MVC of PHP.. i got number of list on it.. e.g 1. Zend 2. Joomla (also a CMS) 3.Symfony 4.Drupal 5 Cake php 6 Codelgnitor 7. Twitter Bootstrap , etc and may be more... i want to know..where and what is the use of these MVC's... and which one should i learn or is in demand?? Link to comment https://forums.phpfreaks.com/topic/278213-mvc-model-view-controller/ Share on other sites More sharing options...
ignace Posted May 20, 2013 Share Posted May 20, 2013 MVC is a pattern, not anything you listed above. Some of them implement it, though like Zend, Symfony, CakePHP, and CodeIgniter. Joomla and Drupal are CMS systems, and Twitter Bootstrap is a CSS framework. Zend and Symfony are good investments to learn, as is Twitter Bootstrap and Drupal. Link to comment https://forums.phpfreaks.com/topic/278213-mvc-model-view-controller/#findComment-1431230 Share on other sites More sharing options...
Jaswinder Posted May 21, 2013 Author Share Posted May 21, 2013 thanks for reply Link to comment https://forums.phpfreaks.com/topic/278213-mvc-model-view-controller/#findComment-1431344 Share on other sites More sharing options...
annaharris Posted May 21, 2013 Share Posted May 21, 2013 I suggest you to start learning Zend and Codelgnitor framework. Link to comment https://forums.phpfreaks.com/topic/278213-mvc-model-view-controller/#findComment-1431351 Share on other sites More sharing options...
jeapie Posted May 27, 2013 Share Posted May 27, 2013 MVC is just a development manner. You can use MVC in almost every programming language. It's a way to write good, clean, readable code. If you are very familiar with PHP - you should search for some good examples (there are plenty of them). For example http://r.je/mvc-in-php.html (step by step MVC tutorial) Link to comment https://forums.phpfreaks.com/topic/278213-mvc-model-view-controller/#findComment-1432535 Share on other sites More sharing options...
ignace Posted May 27, 2013 Share Posted May 27, 2013 It's a way to write good, clean, readable code. Not exactly. It's a way to separate concerns, your code can still be shitty. Link to comment https://forums.phpfreaks.com/topic/278213-mvc-model-view-controller/#findComment-1432580 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.