示例#1
0
<?php

header("Content-type:text/html;charset=utf-8");
require_once "../web.config.php";
//echo $realLibPath;
require_once $realLibPath . "model/home.model.php";
$array = array("status" => "Y");
$array2 = array();
$home = new Home();
$homeinfo = $home->query($array, $array2);
$homeArray = current($homeinfo);
//var_dump($homeinfo);
$homeLength = count($homeinfo);
?>
<ol class="am-breadcrumb am-breadcrumb-slash">
    <li><a href="#"><strong>网站</strong></a></li>
    <li><a href="#">基本信息</a></li>
</ol>
<!--<h2 style="height:30px">系统设置</h2>-->

            <table class="am-table am-table-default am-table-bordered">
                <thead>
                    <tr>
                        <th class="am-u-sm-2">名称</th>
                        <th class="am-u-sm-10">内容</th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <td class="am-u-sm-2 am-text-right">站点名称</td>
                        <td class="am-u-sm-10"><input type="text" id="home_index_name" value="<?php