Example #1
0
$query = new IQuery("article");
$query->where = "visibility = 1 and top = 1";
$query->order = "sort ASC,id DESC";
$query->fields = "title,id,style,color";
$query->limit = "5";
$items = $query->find();
foreach ($items as $key => $item) {
    ?>
					<?php 
    $tmpId = $item['id'];
    ?>
					<li><a href="<?php 
    echo IUrl::creatUrl("/site/article_detail/id/{$tmpId}");
    ?>
"><?php 
    echo Article::showTitle($item['title'], $item['color'], $item['style']);
    ?>
</a></li>
					<?php 
}
?>
				</ul>
			</div>
		</div>
		cms新闻展示

		<div class="box">
			<div id="adHere_7"></div>
			<script language="javascript">
			(new adLoader()).load(7,'adHere_7');
			</script>