Esempio n. 1
0
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css">

<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>

</head>

<?php
get_header(); ?>

<?php
    include_once'Model_Bolo.php';
    $bolo=new Model_Bolo();
    $resultAgency = $bolo->loadAgency();
    $resultAddr = $bolo->loadAddr();
    //$resultAdt = $bolo->loadAdtnlinfo();
    //$resultClass = $bolo->loadClass();
    $resultDob = $bolo->loadDob();
    $resultHair = $bolo->loadHairColor();
    //$resultHeight = $bolo->loadHeight();
    $resultLicense = $bolo->loadLicense();
    $resultName = $bolo->loadName();
	$resultlastName = $bolo->loadLastName();
    $resultRace = $bolo->loadRace();
    //$resultReli = $bolo->loadReli();
    $resulCat = $bolo->loadCat();
    $resultSex = $bolo->loadSex();
    //$resultSumm = $bolo->loadSumm();
    //$resultTattoo = $bolo->loadTattoo();
    //$resultValidity = $bolo->loadValidity();