Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 74a7dbca

Přidáno uživatelem Michal Kliment před více než 9 roky(ů)

Merge from SVN branch 1.2.

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