Haha, well thanks for pointing out the obvious!

This actually started when I was doing the following in my view
<ol>
<?php foreach ($this->topics as $topic): ?>
<li><?= Zend_Debug::dump($topic); ?></li>
<?php endforeach; ?>
</ol>

And I was getting duplicates, so I started backtracking through the
different levels (controller, service, etc) and was hoping it wasn't some
obscure bug I'd stumbled across.

Thanks again for saving my time and sanity!
-- 
View this message in context: 
http://n4.nabble.com/print-r-and-Zend-Debug-dump-Different-results-source-Doctrine-2-0-Query-tp1700926p1710760.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to