Hi all,

Suppose you have this simple hierarchy:

BusinessPartner
|
|__ Customer
|
|__ Supplier



Now, I want to split in bundles all the stuff that concerns to the customer
in a CustomerBundle, and the supplier's stuff in a SupplierBundle. The
common stuff could be part of a BusinessPartnerBundle. The thing is that I
want to be able to use the CustomerBundle without the SupplierBundle, and
the other way around too. Both bundles would depend on
BusinessPartnerBundle.

So, my question is, if I only want to use for an app the CustomerBundle, how
could I configure the hierarchy, if I have to establish ALL members of the
hierarchy on the "@DiscriminatorMap" parameter of the BusinessPartner
entity? which would be my options to do this, if any?


Thanks in advance.

-- 
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

Reply via email to