When I make a relation between two tables, it is possible to use a
automatic join select.

Example:

message:
* id
* user_id

message_i18n:
* id
* culture
* subject
* message

user:
* id
* name

Now I can use MessagePeer::doSelectJoinUser()

Is it also possible to use MessagePeer::doSelectJoinI18n() or
something? That would help me reduce the number of queries!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to