NextDom\Helpers\DBHelper::Prepare
Prepare a query and execute
Signature
public function Prepare(
$query,
[array
$params = ,
[int
$fetchType = self::FETCH_TYPE_ROW,
[int
$fetchParam = PDO::FETCH_ASSOC,
[mixed
$fetchOpt = NULL]]]] )
Parameters
$query—$params— array$fetchType— int$fetchParam— int$fetchOpt— mixed
Returns
- array|mixed|null
Errors/Exceptions
| Line | Task |
|---|---|
| 132 | Revoir cette chaine |