How to code a simple versioning system?

后端 未结 13 768
广开言路
广开言路 2021-01-30 11:27

I want to do a simple versioning system but i don\'t have ideas on how to structure my datas, and my code.

Here is a short example:

  1. User logs in
  2. U
13条回答
  •  野性不改
    2021-01-30 12:07

    Start from an existing content management system, done in PHP and MySQL if those are your requirements, such as eZ Publish, or Knowledgetree. For rapid testing of these applications, Bitnami provides quick-to-install "stacks" of these as well (WAMP-stacks on steroids).

    Then you can tailor these applications to your organizations needs, and stay up-to-date with the changes upstream.

提交回复
热议问题