利用gettotal统计查询来调用帝国CMS当前栏目缩略图方法
利用gettotal统计查询来调用帝国CMS当前栏目缩略图方法
当前栏目ID
<?=$empire->gettotal(select classid as total from {$dbtbpre}enewsclass where classid={$GLOBALS['navclassid']} limit 1)?>
当前栏目的缩略图:
<?=$empire->gettotal(select classimg as total from {$dbtbpre}enewsclass where classid={$GLOBALS['navclassid']} limit 1)?>
当前父栏目ID
<?=$empire->gettotal(select classid as total from {$dbtbpre}enewsclass where classid={$class_r[$navclassid][bclassid]} limit 1)?>
当前父栏目的缩略图
<?=$empire->gettotal(select classimg as total from {$dbtbpre}enewsclass where classid={$class_r[$navclassid][bclassid]} limit 1)?>
注释:调用什么字段就填写什么字段,如栏目ID:classid 、栏目图片:classimg
注意:gettotal用count(*)时为统计,用*时为字段;*号也可以是字段如:classid
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。



