Exemplo n.º 1
0
    ?>
<a href="<?php 
    echo IUrl::creatUrl("/member/member_list");
    ?>
"><b class="f14 red3"><?php 
    echo isset($item['countNums']) ? $item['countNums'] : "";
    ?>
</b> 个</a><?php 
}
?>
</td></tr>
								<tr><th>产品数量</th><td><a href="<?php 
echo IUrl::creatUrl("/goods/goods_list");
?>
"><b class="f14 red3"><?php 
echo statistics::goodsCount();
?>
</b> 个</a></td></tr>
								<tr><th>品牌数量</th><td><?php 
$query = new IQuery("brand");
$query->fields = "count(id) as countNums";
$items = $query->find();
foreach ($items as $key => $item) {
    ?>
<a href="<?php 
    echo IUrl::creatUrl("/brand/brand_list");
    ?>
"><b class="f14 red3"><?php 
    echo isset($item['countNums']) ? $item['countNums'] : "";
    ?>
</b> 个</a><?php 
Exemplo n.º 2
0
echo BASE_URL;
?>
/runtime/_systemjs/highcharts/highcharts.js"></script>

<article class="module width_full">
	<header><h3>概要信息</h3></header>
	<div class="module_content">
		<table class="tablesorter" cellspacing="0">
			<thead></thead>
			<tbody>
				<tr>
					<td>商品总数量:<a href="<?php 
echo IUrl::creatUrl("/seller/goods_list");
?>
"><?php 
echo statistics::goodsCount($this->seller['seller_id']);
?>
 件</a></td>
					<td>待回复咨询:<a href="<?php 
echo IUrl::creatUrl("/seller/refer_list");
?>
"><?php 
echo statistics::referWaitCount($this->seller['seller_id']);
?>
 条</a></td>
					<td>商品评论数:<a href="<?php 
echo IUrl::creatUrl("/seller/comment_list");
?>
"><?php 
echo statistics::commentCount($this->seller['seller_id']);
?>