Hi
I have 2 bundles, each for individual frontend application. Both
frontends use same database so I created 3rd bundle with database
mappings. All works fine and I can use both entities and repositories
in every bundle. My config in frontend application is something like
that:
database:
connection: default
mappings:
DatabaseBundle:
type: xml
alias: Database
My question is how to define separate repository classes for each
frontend bundle so methods from first bundle with not mix with mothods
from second bundle?
Now each bundle uses repository classes located in DatabaseBundle. Is
there a way in SF2 to load repository class or even entity class
somewhere from frontend bundle but still use mapping from
DatabaseBundle?
--
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 developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en