BindsTrait
Tags
Table of Contents
Properties
- $binds : array<string|int, mixed>|null
- The default bind values definition of the model.
Methods
- prepareBindVars() : array<string|int, mixed>
- Prepares the binding parameters to inject in a PDO statement.
Properties
$binds
The default bind values definition of the model.
public
array<string|int, mixed>|null
$binds
= []
Methods
prepareBindVars()
Prepares the binding parameters to inject in a PDO statement.
public
prepareBindVars([array<string|int, mixed> $init = [] ]) : array<string|int, mixed>
Parameters
- $init : array<string|int, mixed> = []
-
The binding parameters to push in the default binds associative array definition.