That worked just fine! Thanks a bunch.
A. > -----Oorspronkelijk bericht----- > Van: [email protected] [mailto:[email protected]] > Namens Syam > Verzonden: vrijdag 12 maart 2010 15:14 > Aan: [email protected] > Onderwerp: Re: [symfony-users] Doctrine question > > Hi, > > Try this : > > Channel: > actAs: { Timestampable: ~ } > columns: > sender_id: { type: integer, notnull: true } > receiver_id: { type: integer, notnull: true } > relations: > SenderProfile: { local: sender_id, foreign: id, class: Profile} > ReceiverProfile: { local: receiver_id, foreign: id, class: Profile} > > > //Syam -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com 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
