TwistPHP Documentation

query

File path: dist/twist/Core/Models/Database/ProtocolMYSQLI.model.php
Namespace: Twist\Core\Models\Database
Extends:

query

Parameters

Name Type Description
$strQuerystringn/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$strQuery 'foo';

//Call the function query with the example vars
$resProtocolMYSQLI = new \Twist\Core\Models\Database\ProtocolMYSQLI();
$resProtocolMYSQLI -> query($strQuery);