Kimai_Database_Mysql::queryAll PHP Method

queryAll() public method

Return all rows for the given sql query.
public queryAll ( string $query ) : array
$query string the sql query to execute
return array
    public function queryAll($query)
    {
        return $this->conn->QueryArray($query);
    }
Kimai_Database_Mysql