PHP Class Swiftriver\Core\DAL\Repositories\GenericQueryRepository

Author: mg[at]swiftly[dot]org
Show file Open project: ushahidi/Swiftriver-2011

Public Methods

Method 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 method

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