Ejemplo n.º 1
0
        </td>
    </tr>

<?php 
}
echo "</table>";
?>
<hr>


<?php 
// 编辑区域
if (isset($isEdit)) {
    $iname = $hi_update->getIname();
    $url = $hi_update->getUrl();
    $rank = $hi_update->getRank();
    $href = $hi_update->getHref();
    $id = $hi_update->getId();
    ?>
    <h3>编辑滚动图片</h3>
    <form action="homeImagesController.php?action=modify" method="post">
        <table border="1">
            <tr>
                <td>字段</td>
                <td>值</td>
            </tr>
            <input type="hidden" value="<?php 
    echo $id;
    ?>
" name="id">
            <tr>