Oihana PHP System

BindsTrait

Tags
author

Marc Alcaraz (ekameleon)

since
1.0.0

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.

Return values
array<string|int, mixed>

        
On this page

Search results