If I recall correctly remember, the ORM generates classes/implementations which implement the getting and setting of data types and objects for each of my classes and proxies to manage collections. Where are those located and how named? On Feb 17, 2014 11:41 PM, "Marco Pivetta" <[email protected]> wrote:
> > > On 18 February 2014 08:31, Roy Epperson <[email protected]> wrote: > >> Hi Marco, >> >> Embedded questions >> >> On Feb 17, 2014 11:13 PM, "Marco Pivetta" <[email protected]> wrote: >> > >> > Hi Roy, >> > >> > All operations for generating mappings or generating schema from >> entities+mappings are based on: >> > - the active db connection (all tables in the db are considered) >> >> Does it care about tables which are not entities mapped to php classes? >> > > The Schema Tool ignores them, but generating entities/mappings from the DB > will import also those tables as entities. > > >> > - the configured metadata driver (all metadata are considered) >> > >> >> It's been a while since i've studied the file/namespace for the generated >> classes mapping "my" classes to the ORM implementation, and proxies. Would >> those namespace protected by my_projects\project_X? >> > > Can you re-formulate this question? I didn't understand what you are > asking... > > > Marco Pivetta > > http://twitter.com/Ocramius > > http://ocramius.github.com/ > > -- > 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. > -- 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.
