On Wednesday, 26 February 2014 19:11:15 UTC+1, João Carlos Santa Ana wrote: > > Ok, Herman. Tank's for the reply . I'm changed tables its as > recommentations. > To be Able to Call from User tables Supplementary Which Annotation need > put an User and Supplementary Tables. could give um Small Example. >
No need to change tables. Just the entities and the mapping. See documentation: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/association-mapping.html#one-to-one-bidirectional Your Usario is like the Customer in that example; your Endereco and Identidade are like the Cart in that example. If you want to "call tables" then why would you use an ORM? -- 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.
