コード例 #1
0
ファイル: func.php プロジェクト: xenda/camaraitalia
function get_sector()
{
    $otables = new tables();
    return $otables->get_sector();
}