File path: dist/twist/Core/Helpers/Database.helper.php
Namespace: Twist\Core\Helpers
Extends: Base
__construct
—
Name | Description |
---|---|
$strConnectionKey | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strConnectionKey = 'foo';
//Call the function __construct with the example vars
Twist::Database() -> __construct($strConnectionKey);