execute()
execute(array $data) : \CodeIgniter\Database\ResultInterface
Takes a new set of data and runs it against the currently prepared query. Upon success, will return a Results object.
Parameters
array | $data |
Prepared query interface
execute(array $data) : \CodeIgniter\Database\ResultInterface
Takes a new set of data and runs it against the currently prepared query. Upon success, will return a Results object.
array | $data |
Loading…