TwistPHP Documentation

selectDatabase

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

selectDatabase

Parameters

Name Type Description
$strDatabasestringn/a

Return Values

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

Example

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

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