예제 #1
0
파일: func.php 프로젝트: xenda/camaraitalia
function get_sector()
{
    $otables = new tables();
    return $otables->get_sector();
}