null Module_Database_Result::fetch_array( )
public function fetch_array() { $data = $this->current(); $this->next(); return $data; }