Hi all,

let's consider these simple lines :

foreach ($extraRows as $rowId => $extraValue)
{
  var_dump($extraValue);
  $extraValue = new MemberExtraValue();
  $extraValue->setValue($extraValue);
  //...
}

Well, if I print $extraValue. no problem. But in ->setValue, it tries
to set "No description for object of class MyClass".
WTF ?? If I set directly a value, it works.

I really don't understand this behaviour..

--
Adrien

-- 
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@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