Hi,
I am new to doctrine world. I have problem with understanding many-to-many associations. Following is my table structure: **users** id int(11) NOT NULL name varchar(50) NOT NULL role_id int(11) NOT NULL **roles** int int(11) NOT NULL role varchar(255) NOT NULL **relations** id int(11) NOT NULL name varchar(50) NOT NULL **relatives** id int(11) NOT NULL user_id int(11) NOT NULL relativeuser_id int(11) NOT NULL relation_id int(11) NOT NULL invitedby_id int(11) NULL according to above schema relatives columns user_id, relativeuser_id and invitedby_id are foreign key from users table. And relation_id is foreign key from relations table. Please help me creating associations for this table. (if you give answer in yaml format will be helpful). Thank you, Swapna V -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/d/optout.
