/**
  * Iterator: retrieve current key
  *
  * @return mixed
  */
 public function key()
 {
     return $this->zfResultSet->key();
 }