Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 18ac9009

Přidáno uživatelem Ondřej Fibich před asi 9 roky(ů)

Fix merge issue that removed all staff from developer branch :-).

Zobrazit rozdíly:

system/libraries/ORM_Iterator.php
return $array;
}
/**
* Returns an array of the results as arrays.
*
* @author Ondrej Fibich
* @return array
*/
public function as_arrays()
{
$results = $this->result->result_array();
return ($results) ? $results : array();
}
/**
* Return an array of all of the primary keys for this object.
......
throw new Kohana_Database_Exception('database.result_read_only');
}
} // End ORM Iterator
} // End ORM Iterator

Také k dispozici: Unified diff