File path: dist/twist/Core/Models/Database/ProtocolMYSQL.model.php
Namespace: Twist\Core\Models\Database
validConnectionObject
— The library of MySQL, this will allow the Database class to
communicate with a MySQL server using the standard protocol
void — No return information has been documented for this function.
<?php
//Call the function validConnectionObject with the example vars
$resProtocolMYSQL = new \Twist\Core\Models\Database\ProtocolMYSQL();
$resProtocolMYSQL -> validConnectionObject();