Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8125423
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T06:48:39+00:00 2026-06-06T06:48:39+00:00

For these three tables, Table XXX has two column composite PK: Table XXX: –

  • 0

For these three tables, Table XXX has two column composite PK:

Table XXX:
 - XXX_id_1
 - XXX_id_2
 - name

Table YYY:
 - YYY_id
 - name

Table XXX_has_YYY:
 - X_id
 - Y_id
 - A_id

How can I define this relation in Yii’s ORM?

public function relations() {
  return array(
      'YYY' => array(self::MANY_MANY, 'YYY',
          'XXX_has_YYY(XXX_id_1, XXX_id_2, YYY_id)'),
  );
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T06:48:40+00:00Added an answer on June 6, 2026 at 6:48 am

    Please read the documentation.

    Note, for composite foreign keys, they can be either listed together, separated by commas or specified as an array in format of array(‘key1′,’key2’). In case you need to specify custom PK->FK association you can define it as array(‘fk’=>’pk’). For composite keys it will be array(‘fk_c1’=>’pk_с1′,’fk_c2’=>’pk_c2’).

    Also, the second argument refers to the name of the active record class that the related object is of.
    Your relation therefore should look something like this:

    'XXX_has_YYY_relation_name' => array(self::MANY_MANY, XXX_has_YYY, array(XXX_id_1, XXX_id_2, YYY_id) ),
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have three tables (lots in reality but these three are the ones I
I have users table. There are three other tables: developers, managers, testers. All of
There are two tables Table 1 select * from manage_tcp; +----+----------+--------+ | id |
There are two tables Table A id column_a 01 abc 01 abc 02 abc
There are two tables: CREATE TABLE STORE ( ID INTEGER NOT NULL, MEDICINE_ID INTEGER
imagine there are two tables. Order +----------------+ | ID | | Name | +----------------+
I have 2 tables , table 1 has a field which contains prefixes for
There are three tables in my database: apples, refrigerators, and houses. Each apple belongs
Consider three tables: one of items, one of tags on those items, and the
SQL query which select the record from three tables and there is no relation

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.