Hi, The application I'm working on has three different databases.
These databases have couple identical table names (but different columns) so I would like to generate entity classes like: MyBundle/Entity/DB1/User.php MyBundle/Entity/DB2/User.php MyBundle/Entity/DB3/User.php Instead of: MyBundle/Entity/DB1_User.php MyBundle/Entity/DB2_User.php MyBundle/Entity/DB3_User.php Does this namespace notation break something in Symfony2 like DQL, repository handling etc? Regards, Leo Jokinen -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en