コード例 #1
0
ファイル: index.php プロジェクト: jcxpjau/partnerfusion
<?php

include_once '../wds-config/wds.php';
$orders = new Wds();
$orders->print_orders();
コード例 #2
0
ファイル: index.php プロジェクト: jcxpjau/partnerfusion
<?php

include_once '../wds-config/wds.php';
$clients = new Wds();
$clients->print_clients();
コード例 #3
0
ファイル: index.php プロジェクト: jcxpjau/partnerfusion
<?php

include_once '../wds-config/wds.php';
$services = new Wds();
$services->print_services();