function ZendSearchResultIterator(&$theArray, $page = -1, $itemsPerPage = -1)
 {
     parent::ArrayItemIterator($theArray, $page, $itemsPerPage);
     $this->recordDao = DAORegistry::getDAO('RecordDAO');
 }