A very basic question...

If there is a business object that is to be created from columns of
mutiple tables, what is the best way to create it in the model layer?

Of course, I can create a Peer class and a basic data class in the
model layer, and write methods in the Peer class with some SQL's...

But is there some standard way, where the new class looks like other
Propel generated class, with methods like save() in it? I'll need to
detail out it's mapping details in some YML?

This should be a fairly common requirement...? I am using 1.0...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to