Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.
ratajs edited this page Feb 13, 2017 · 1 revision

Queryf

This method escapes parameters and executes query. Syntax:
$object->queryf(string $prepare, array $array)
Object
- Object of extension.
Prepare
- Query with wildcard characters %0, %1, %2
Array
- Array with variables, which are going to escape and insert into query instead of wildcard characters.
Clone this wiki locally