PHP Framework vs Content Management System

后端 未结 8 575
长情又很酷
长情又很酷 2021-02-02 10:13

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

8条回答
  •  盖世英雄少女心
    2021-02-02 10:24

    You can check out this slide to see the difference:

    • PHP-CMS-vs-Frameworks

    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.

提交回复
热议问题