/** * @see sfPager */ protected function initializeIterator() { parent::initializeIterator(); if ($this->results instanceof Doctrine_Collection) { $this->results = $this->results->getData(); } }