本文整理汇总了PHP中Home::query方法的典型用法代码示例。如果您正苦于以下问题:PHP Home::query方法的具体用法?PHP Home::query怎么用?PHP Home::query使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类Home
的用法示例。
在下文中一共展示了Home::query方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: array
<?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