thinkphp correlation model and attempted model difference

Source: Internet
Author: User

Correlation models are mainly used in multi-table operations, such as

User table, User_role table, role table

User_role field: Uid,rid, which acts as an intermediate table, is responsible for saving the 1-to-many, many-to-many relationships between user and role.

The correlation model is used when querying the user's data and all role data owned by the user through the UID.

The result of the role becomes a new array, inserted into the result array of the user, and becomes a multidimensional array.

The view model is the simplified operation of the MySQL join method.

The multiple tables are federated through the join method and then become a one-dimensional array output. There is no intermediate table one said! It is generally used as a select.

thinkphp correlation model and attempted model difference

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.