addConnection
Add connection to the page and all modules attached.
void addConnection ( String $_file )
Parameters
A connection.json file path.
Return Values
None.
Examples
<?php
$this->addConnection("config/connection.json");
?>
Add connection to the page and all modules attached.
void addConnection ( String $_file )
A connection.json file path.
None.
<?php
$this->addConnection("config/connection.json");
?>