Hi all,
I have two tables which contain data and one table is a relationship between
the two tables for example


table1
  id:
  name: longvarchar
  created_at:

table2
  id:
  name: longvarchar
  created_at:

rel_table:
  table1_id:
  table2_id:




my question is how do i embed rel_table when i populate table1Form class? In
the admin generator i was able to do it, but how can i do such a thing
manually, within the class?

thanks,

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