hi, all.
sorry for my bad english.

i wanted to ask how prevent creation of classes for many-to-many
relationship?
for example
(users is not important. it can be anything else. for example articles
and authors)
we have 3 tables
user - hold data about user
permission - hold data about permission
user_permission - hold data about relations between user and his
permissions

propel generate 6 classes.
User, UserPeer
Permission, PermissionPeer
UserPermission, UserPermissionPeer

on my opinion here need to generate only 4 classes
User, UserPeer
Permission, PermissionPeer
and generate additional methods
User->getPermissions()
Permission->getUsers()

anybody know how to do it?
--~--~---------~--~----~------------~-------~--~----~
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