PHP Class Swiftriver\Core\DAL\Repositories\GenericQueryRepository

Author: mg[at]swiftly[dot]org
Afficher le fichier Open project: ushahidi/Swiftriver-2011

Méthodes publiques

Méthode Description
RunGenericQuery ( string $sql ) : "errors"]\array["results" This function should allow calling classes to run basic sql select statements and switch the implmentation based on the data content type.

Method Details

RunGenericQuery() public méthode

This function should allow calling classes to run basic sql select statements and switch the implmentation based on the data content type.
public RunGenericQuery ( string $sql ) : "errors"]\array["results"
$sql string
Résultat "errors"]\array["results"