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 6, 2017 · 1 revision

Query

This method executes SQL query. Syntax:
$object->query(string $sqlCommand)
object
- Object of extension.
sqlCommand
- SQL query.
Return value:
MySQL code of resuult.
Clone this wiki locally