コード例 #1
0
ファイル: swop.php プロジェクト: CompanyOnTheWorld/lisc-ttm
<?php

include_once $_SERVER['DOCUMENT_ROOT'] . "/core/tools/db.php";
$cnnSWOP = get_or_setup_db_conn("SWOP", new ConnectionMaker("localhost", "ttmswoprw", "TESTPASS", "ttm-swop"));
コード例 #2
0
ファイル: core.php プロジェクト: CompanyOnTheWorld/lisc-ttm
<?php

include_once $_SERVER['DOCUMENT_ROOT'] . "/core/tools/db.php";
$cnnLISC = get_or_setup_db_conn("core", new ConnectionMaker("localhost", "ttmcorerw", "TESTPASS", "ttm-core"));
コード例 #3
0
ファイル: trp.php プロジェクト: CompanyOnTheWorld/lisc-ttm
<?php

include_once $_SERVER['DOCUMENT_ROOT'] . "/core/tools/db.php";
$cnnTRP = get_or_setup_db_conn("TRP", new ConnectionMaker("localhost", "ttmtrprw", "TESTPASS", "ttm-trp"));
コード例 #4
0
ファイル: enlace.php プロジェクト: CompanyOnTheWorld/lisc-ttm
<?php

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

include_once $_SERVER['DOCUMENT_ROOT'] . "/core/tools/db.php";
$cnnBickerdike = get_or_setup_db_conn("bickerdike", new ConnectionMaker("localhost", "ttmbickerdikerw", "TESTPASS", "ttm-bickerdike"));
コード例 #6
0
ファイル: lsna.php プロジェクト: CompanyOnTheWorld/lisc-ttm
<?php

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