PHP Framework vs Content Management System

后端 未结 8 572
长情又很酷
长情又很酷 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:32

    You can build a CMS with a framework, but you cannot build a framework with a CMS.

    A CMS is just that - a Content Management System.

    A framework is a collection of libraries to build an application.

提交回复
热议问题