DB::execute()

DB::execute() -- Executes a prepared SQL query

Description

mixed execute (string $stmt, array $data)

With execute() the generic query of prepare is assigned with the given data array. The values of the array inserted into the query in the same order like the array order. See "Execute"-section for further information.

Parameter

Returns