PHP Framework vs Content Management System

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

    Framework = Library CMS = System

    A framework doesn't "give" you anything, it's just a skeleton. A cms will give you a functional site, and it's just a matter of themeing and adding content.

    0 讨论(0)
  • 2021-02-02 10:48

    frameworks create very good presentable web applications,whereas cms could be fast but can't create as presentable quality as frameworks can.

    0 讨论(0)
提交回复
热议问题