Example #1
0
<?php

include_once $_SERVER['DOCUMENT_ROOT'] . "/core/tools/db.php";
$cnnSWOP = get_or_setup_db_conn("SWOP", new ConnectionMaker("localhost", "ttmswoprw", "TESTPASS", "ttm-swop"));
Example #2
0
<?php

include_once $_SERVER['DOCUMENT_ROOT'] . "/core/tools/db.php";
$cnnLISC = get_or_setup_db_conn("core", new ConnectionMaker("localhost", "ttmcorerw", "TESTPASS", "ttm-core"));
Example #3
0
<?php

include_once $_SERVER['DOCUMENT_ROOT'] . "/core/tools/db.php";
$cnnTRP = get_or_setup_db_conn("TRP", new ConnectionMaker("localhost", "ttmtrprw", "TESTPASS", "ttm-trp"));
Example #4
0
<?php

include_once $_SERVER['DOCUMENT_ROOT'] . "/core/tools/db.php";
$cnnEnlace = get_or_setup_db_conn("enlace", new ConnectionMaker("localhost", "ttmenlacerw", "TESTPASS", "ttm-enlace"));
<?php

include_once $_SERVER['DOCUMENT_ROOT'] . "/core/tools/db.php";
$cnnBickerdike = get_or_setup_db_conn("bickerdike", new ConnectionMaker("localhost", "ttmbickerdikerw", "TESTPASS", "ttm-bickerdike"));
Example #6
0
<?php

include_once $_SERVER['DOCUMENT_ROOT'] . "/core/tools/db.php";
$cnnLSNA = get_or_setup_db_conn("LSNA", new ConnectionMaker("localhost", "ttmlsnarw", "TESTPASS", "ttm-lsna"));