コード例 #1
0
ファイル: clientupdate.php プロジェクト: nlreturns/inventApp
<?php

include_once 'classes/Client.php';
$client = new Client();
$client->viewAllClients();