Skip to content
Advertisement

PHP Framework vs Content Management System

How would you explain the difference between a PHP Framework and a CMS (like WordPress) to someone who is very technically savvy, mostly on hardware/networking, but does little or no programming?

As an amateur-to-intermediate programmer myself, I could try to answer these questions but I’d value the input of those who are more experienced with frameworks and CMS.

Advertisement

Answer

You can check out this slide to see the difference:

To put it in simple words:

A CMS provides you with a back-end (with a host of plugins and components) like Joomla, Drupal, WordPress, etc that allow you to manage front-end. Where as a frameworks doesn’t.

A framework such as CodeIgniter, Kohana, CakePHP, Symfony, etc: provides you with ready-made classes and libraries BUT you have to use them and build your own site ie: Front-end and Back-end.

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement