public function obtener_filas($resulset){ $this->array=array(); while ($this->array []= $resulset->fetchObject()); return $this->array;}