Example #1
0
foreach ($results as $item) {
    ?>
        <tr>
            <td><?php 
    echo $item->getId();
    ?>
</td>
            <td><?php 
    echo $item->getTble();
    ?>
</td>
            <td><?php 
    echo $item->getKlass();
    ?>
</td>
            <td><?php 
    echo $item->getLabel();
    ?>
</td>
        </tr>
<?php 
}
print_r(Database::fields(Database::tables()[1]));
?>
    </tbody>
</table>

<?php 
#页脚
//////////////////////////////////////////////////////////////////////////////////////////////
include_once "include/footer.php";