Documentation

PhalconDbComponent extends Injectable
in package

Table of Contents

Constants

OPT_FETCH_MODE_NO  = 0
OPT_KEY_FETCH_MODE  = 'fetchMode'

Methods

execNoFetchPrepareWithLog()  : mixed
execPrepare()  : mixed
execPrepareWithLog()  : mixed

Constants

Methods

execNoFetchPrepareWithLog()

public execNoFetchPrepareWithLog(mixed $statement[, array<string|int, mixed> $opt = [] ]) : mixed
Parameters
$statement : mixed
$opt : array<string|int, mixed> = []

execPrepare()

public static execPrepare(mixed $db, mixed $statement, array<string|int, mixed> $bind[, array<string|int, mixed> $bindType = null ][, array<string|int, mixed> $opt = [] ]) : mixed
Parameters
$db : mixed
$statement : mixed
$bind : array<string|int, mixed>
$bindType : array<string|int, mixed> = null
$opt : array<string|int, mixed> = []

execPrepareWithLog()

public execPrepareWithLog(mixed $statement[, array<string|int, mixed> $opt = [] ]) : mixed
Parameters
$statement : mixed
$opt : array<string|int, mixed> = []

        
On this page

Search results