帝国CMS使用中的小技巧

  • PHP三元条件运算符<?=$bqr['ftitle']?$bqr['ftitle']:$bqr['title']?>
  • 删除反斜杠<?=stripslashes($r['newstext'])?>
  • 获取当前信息ID$navinfor['id']
  • 获取当前栏目信息:使用$class_r数组获取栏目相关信息。
  • 排除特定信息:SQL附加条件'istop=0 and isgood=0 and firsttitle=0'
  • 统计信息收藏数$favas=$empire->gettotal("select count(*) as total from {$dbtbpre}enewsfava where id='$navinfor[id]' and classid='$GLOBALS[navclassid]'");
  • 判断内容是否有图片:使用explode函数判断内容中是否有图片。
  • 截取加过滤标签<?=esub(htmlspecialchars(strip_tags($navinfor[newstext])),160)?>

本页面信息来源互联网,如您认为该页面内容侵犯您的权益,请拨打电话处理。 备案号:陕ICP备2022008266号-1陕公网安备61030302000361