What is the form of the article in the blog?

Source: Internet
Author: User
Tags wordpress database
We use the Construction station program, for example, in WordPress published articles, in the Discuz post, where the article, the post is kept in the database, or in other forms exist? How is it implemented?

This issue has been closed due to:

Reply content:

We use the Construction station program, for example, in WordPress published articles, in the Discuz post, where the article, the post is kept in the database, or in other forms exist? How is it implemented?

http://codex.wordpress.org/zh-cn:%E6% ...

This is the WordPress database design structure.
For example Discuzz see its official documentation.

In general, if you persist the save, it will exist in the database.

WordPress and Discuz This typical Php+mysql program, article posts are present in the database.
How to implement: The database itself has the function of storing data, is the data can be stored, article posts are no exception.

This is related to the technology that blogs use specifically,

1. Typically a typical "server + database" pattern, so most articles are stored as text in a database table
2. There are other methods, such as Jekyll's system, his blog is static generated, the article is saved in the form of files in the hard disk, static Web site is not uncommon recently, there are many on GitHub

As for the other relatively rare

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.