$_adapter
$_adapter : \Horde_Db_Adapter
This class represents the result set of a SELECT query from the MySQLi driver.
$_adapter : \Horde_Db_Adapter
__construct(\Horde_Db_Adapter $adapter, string $sql, mixed $arg1 = null, string $arg2 = null)
Constructor.
\Horde_Db_Adapter | $adapter | A driver instance. |
string | $sql | A SQL query. |
mixed | $arg1 | Either an array of bound parameters or a query name. |
string | $arg2 | If $arg1 contains bound parameters, the query name. |