Documentation

DatabaseInterface

Table of Contents

DataSourceName()  : string
returns the Data Source Name of this Data Object
run()  : mixed
runs a database query

Methods

DataSourceName()

returns the Data Source Name of this Data Object

public DataSourceName() : string
Return values
string

run()

runs a database query

public run(string $sql[, mixed $args = null ]) : mixed
Parameters
$sql : string

SQL Query

$args : mixed = null

arguments to be used

Return values
mixed

Search results