TwistPHP Documentation

validConnectionObject

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

validConnectionObjectThe library of MySQL, this will allow the Database class to
communicate with a MySQL server using the standard protocol

Return Values

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

Example

<?php
//Call the function validConnectionObject with the example vars
$resProtocolMYSQL = new \Twist\Core\Models\Database\ProtocolMYSQL();
$resProtocolMYSQL -> validConnectionObject();