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");
?>