コード例 #1
0
ファイル: test.php プロジェクト: elminero/contact_v1.1
<?php

// require("models/Address.php");
require "controllers/PersonController.php";
$nameObj = new PersonController();
$name = $nameObj->getById(2);
echo $name['last'];