详情页

帝国cmsPHP语句统计全站tags关键词数量/统计全站栏目数量

时间:2024年04月12日

编辑:佚名

统计全站TAGS数量写法:
<?php
$ttt=$empire->gettotal("select count(*) as total from zhan_enewstags");
?>
<?=$ttt?>
同样可以举一反三,统计全站栏目总数量:
<?php
$ccc=$empire->gettotal("select count(*) as total from zhan_enewsclass");
?>
<?=$ccc?>
相关文章
猜你需要