Thanks Bernhard.... I solved the problem. There was no problem in the schema. Actually to access the fields from a joined table, I did not know I had to use the following syntax.... $item -> Table2[0] -> table2Field
I was forgetting that array like index. That is why it was displaying the message. Thanks and Regards Vikram On Feb 14, 6:38 pm, Bernhard Schussek <[email protected]> wrote: > Hi Vikram, > > Could you paste your schema in some hashbin? It seems as if you have > not configured the second table in your schema. > > Bernhard --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
