Thanks! I was thinking it converted the object passed to the partial into an array as well (don't know where that came from, oh well). It is working perfectly now.
Just FYI, it was a series of mistakes that didn't allow me to figure this out on my own. First, I wasn't echoing what the partial was returning (so I was thinking I was getting nothing passed in) then combine that with the fact that if you try to Zend_Debug::dump a Doctrine object there is a considerable amount of output and I ended up running out of memory. -- View this message in context: http://n4.nabble.com/Passing-objects-to-partials-alternative-approaches-tp1745997p1747262.html Sent from the Zend Framework mailing list archive at Nabble.com.
