would be following: table Person, Company Job table where Job have extra 
columns not just the relationship.

Sample:

Person
   id, name, email, name_user, password

Company
   id, name, description

Job [ many - to many with ( Person, Company) ] - as created yaml for table
   id, person_id, company_id, *salary, date_begin_job, ..., ...*

have extra columns not just the relationship. Want to know how to mount the 
YAML which manages relationships where their extra Job table has columns 
created when running the CLI doctrine


Em domingo, 22 de dezembro de 2013 20h56min39s UTC-2, Marco Pivetta 
escreveu:
>
> Hey there,
>
> What have you tried so far? You should provide more info on what you had 
> as a failure :)
>
> Marco Pivetta 
>
> http://twitter.com/Ocramius      
>
> http://ocramius.github.com/
>
>
> On 20 December 2013 14:13, Sandro Cândido <[email protected]<javascript:>
> > wrote:
>
>> Hi all
>>
>> Based in article: 
>> http://future500.nl/doctrine-2-how-to-handle-join-tables-with-extra-columns/<http://www.google.com/url?q=http%3A%2F%2Ffuture500.nl%2Fdoctrine-2-how-to-handle-join-tables-with-extra-columns%2F&sa=D&sntz=1&usg=AFQjCNGKBu5Jx7TiGMrjDbTIwU7c8qsrcQ>
>>
>> I tried several possibilities but it still fails sucess in
>> with join tables with extra columns used yaml for creation annotations 
>> class use console cli dotrine.
>> Please example yaml as "class job" with extra columns
>>
>> Thank you very much all help me
>>
>> -- 
>> 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] <javascript:>.
>> To post to this group, send email to [email protected]<javascript:>
>> .
>> Visit this group at http://groups.google.com/group/doctrine-user.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
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/groups/opt_out.

Reply via email to