TwistPHP Documentation

__construct

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

__construct

Parameters

Name Type Description
$strConnectionKeystringn/a

Return Values

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

Example

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

//Call the function __construct with the example vars
Twist::Database() -> __construct($strConnectionKey);