Are there any real benefits to using a RDBMS vs. flat files on a simple Web doc system (or basic CMS)?

前端 未结 9 1484
野的像风
野的像风 2021-01-06 10:22

The Project

I\'ve been asked to work on an interesting project -- what amounts to a basic Web CMS -- that uses HTML/CSS/jQuery with PHP. However, on

9条回答
  •  悲哀的现实
    2021-01-06 10:44

    As the original poster, I wasn't signed in, so I'm following up to the answers so far in an answer (sorry if this is bad form).

    • There may instances where this is on a shared host.
    • Though the JSON files can technically be edited, this won't be the case. The admin interface will be robust enough to do all of the creating/editing of pages
    • The size for each install will be relatively small -- 1 - 2 admins, 10-100 pages. A few lists of common items may run longer (snippets of copy for example).
    • Security will be a big issue -- any other options suggestions on this specifically?

提交回复
热议问题