Try some debugging, like :
var_dump($workExperience->toArray());exit;
Be sure of the data you retrieved : is it OK ? Do you have objects, as
expected ? A Doctrine_Collection ?
Add some assertions to your code to be sure everything happen as hoped.
At first look, seems the data you retrieved is
I'm new with symfony and I'm having some problems with embeding
forms.
I have the following scenario with a Curriculum Vitae and asociated
Work_Experiences:
schema-yml using doctrine:
BolsadetrabajoCv:
tableName: bolsadetrabajo_cv
actAs: { Timestampable: ~ }
columns:
id: { type: integer