PHP 클래스 Swiftriver\Core\DAL\Repositories\GenericQueryRepository

저자: mg[at]swiftly[dot]org
파일 보기 프로젝트 열기: ushahidi/Swiftriver-2011

공개 메소드들

메소드 설명
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.

메소드 상세

RunGenericQuery() 공개 메소드

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
리턴 "errors"]\array["results"