TwistPHP Documentation

lastQuery

File path: dist/twist/Core/Helpers/Database.helper.php
Namespace: Twist\Core\Helpers
Extends: Base

lastQueryReturn the last run query by that database class

Return Values

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

Example

<?php
//Call the function lastQuery with the example vars
Twist::Database() -> lastQuery();