Notes on the associated Model in ThinkPHP _ php instance

Source: Internet
Author: User
This article mainly introduces ThinkPHP Connection Models for beginners. If you need a friend, refer to ThinkPHP when you are a beginner. The connection model in ThinkPHP is prone to errors. The following is an example:
Required tables: id_elite_major and id_elite_student
The Code is as follows:

The Code is as follows:

Class EliteMajorModel extends RelationModel {
Protected $ _ link = array (
'Elitestudent '=> array (
'Ing ing _ type' => HAS_MANY, // easy to troubleshoot: In HAS_MANY, '''is easy to write as 'has _ upload', which causes an error.
'Class _ name' => 'elitestudent ',
'Foreign _ key' => 'mid ',
'Ing ing _ name' => 'studentslist ',
),
);
}

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.