I think this refers to the configuration of entity/proxy namespaces.
Those namespaces can be whatever you want them to be, just configure them:
$config = Setup::createAnnotationMetadataConfiguration($paths, $isDevMode);
// configure entity namespaces
$config->addEntityNamespace($alias, $namespace);
// or
$config->setEntityNamespaces($entityNamespaces);
// configure proxy namespace
$config->setProxyNamespace($namespace);
You might want to look at the Configuration class for other options:
https://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/Configuration.php
--
Jasper N. Brouwer
(@jaspernbrouwer)
On 18 Feb 2014, at 08:40, Marco Pivetta <[email protected]> wrote:
>> 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...
--
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.