Jump to content

MVC - Model-View-Controller


Jaswinder

Recommended Posts

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

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.

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)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.