How do you CM an application with managed content

前端 未结 3 1812
臣服心动
臣服心动 2021-01-14 04:56

We have a web application which contains a bunch of content that the system operator can change (e.g. news and events). Occasionally we publish new versions of the software

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-14 05:56

    Keep everything in the DB, and give every transaction to the DB a timestamp. that way you can keep standard DB backups and load the site content at whatever date you want if the worst happens.

提交回复
热议问题