Hi, I'm a beginner to symfony.

I don't know where I could get the reference to my problem. How to
make a (propel?) model with more than a foreign key to a table. Let
say I have 2 tables, user and document.

propel:
  user:
    id:
    name:        varchar(255)
  document
    id:
    title:        varchar(255)
    owner_id:
    creator_id:
    modifier_id:

owner_id, creator_id, modifier_id are foreign keys to id of user table.

According to symfony book I should use user_id, cmiiw. But there is
only a foreign key.
I need another foreign keys, how to make the model?

TIA,

-- 
-husain-

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to