Look at the Configuration class:
https://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/Configuration.php
I've explained the namespaces.
The paths of where entities are located can be configured with the $paths
argument in:
$config = Setup::createAnnotationMetadataConfiguration($paths, $isDevMode);
The location of proxies can be configured with:
$config->setProxyDir($path);
--
Jasper N. Brouwer
(@jaspernbrouwer)
On 18 Feb 2014, at 08:53, Roy Epperson <[email protected]> wrote:
> 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?
--
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.