<?phprequire_once(Doctrine::getPath().DIRECTORY_SEPARATOR."Iterator.class.php");classDoctrine_Iterator_NormalextendsDoctrine_Iterator{/** * @return boolean whether or not the iteration will continue */publicfunctionvalid(){return($this->index<$this->count);}}?>