php - Loop through doctrine object from query -


i tryin values doctrine query.

this in result:

array(1)  { [0]=> object(pdb\backend\menubundle\entity\pdbsidemenu)#759 (3)   { ["pdbmenuid":"pdb\backend\menubundle\entity\pdbsidemenu":private]=> int(1)     ["pdbmenuname":"pdb\backend\menubundle\entity\pdbsidemenu":private]=> string(8) "blabla"     ["pdbmenuicon":"pdb\backend\menubundle\entity\pdbsidemenu":private]=> string(7) "blabla"   }  } 

how can loop through this?


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -