Determines the correct renderer and calls it.
The $resultform may be:
- false: The default renderer is taken then
- an object that implements SparqlEngineDb_ResultRenderer interface
- a string like "HTML" or "XML". The appropriate renderer is used then.
- a full class name, e.g. SparqlEngineDb_ResultRenderer_XML
static
mixed
convertFromDbResults
(
array $arRecordSets,
SparqlEngineDb $engine, [
mixed $resultform =
false])
-
array
$arRecordSets: Array of anything ADOConnection::Execute() can return
-
SparqlEngineDb
$engine: Sparql database engine.
-
mixed
$resultform: Which format the results shall be in (false or "xml")
Tries to load a given class if it doesn't exist, and returns true if the class can be used.
static mixed
loadClass
(string $strClass)
-
string
$strClass: Classname