admin 发表于 2021-4-12 08:24:19

destoon产品总数,求购总数,供应总数的标注显示

第一步:在include/global.func.php建立table_counts函数
//$table 表明 例如:供应表sell 求购表buy 新闻表:article_21
//$where 条件 例如:status=3   最近一月发布的:status=3 and addtime>=".strtotime('-1 month')."
      function table_counts($table,$where){
      global $db,$DT_PRE;
      $count=$db->get_one("select count(*) as num from $DT_PRE$table where $where");
      return $count['num'];

第二步:根据参数调用总数的显示,以下代码是在模板页面添加的。
供应总数:{table_counts('sell','status=3')}
本月供应总数:{table_counts('sell',"status=3 and addtime>=".strtotime('-1 month')."")}

求购总数:{table_counts('buy','status=3')}
本月求购总数:{table_counts('buy',"status=3 and addtime>=".strtotime('-1 month')."")}

新闻总数:{table_counts('article_21','status=3')}
本月求购总数:{table_counts('article_21,"status=3 and addtime>=".strtotime('-1 month')."")}

要调用其他的表数据同理,只需要修改下参数即可。

VonaldIsomb 发表于 2024-5-4 01:59:35

тренажеры для улицы купить

Детская игровая площадка: натуральные материалы в моде.Всегда актуальный ассортимент.
<a href=http://quimicasiris.ru/topnazapisa712.htm>Отзывы о гимнастический комплекс уличныйот магазина Sporthappy.com.ua</a>
<a href=http://proff-d.ru/Trenazhery/Velotrenazhery/index.html>Все подробности уличные брусья на сайте</a>
<a href=https://www.spainland.ru/modules.php?name=Topics>Тренажеры для улиц</a>

Купить на складе:есть.Пионер Детский спортивный комплекс Мини+качели ТК.

Anya79Ei 发表于 2024-11-11 16:35:39

Great reading too 79 let's

Hello guys!
I came across a 79 useful page that I think you should explore.
This tool is packed with a lot of useful information that you might find interesting.
It has everything you could possibly need, so be sure to give it a visit!
http://boxartshow.ca/poker/the-unstoppable-rise-of-online-poker-apps-a-new-era-for-poker-players/

Anya79Ei 发表于 2024-11-13 16:27:40

Great reading too 79 let's

Hello everyone!
I came across a 79 useful platform that I think you should check out.
This site is packed with a lot of useful information that you might find helpful.
It has everything you could possibly need, so be sure to give it a visit!
https://agenziacampaniainnovazione.it/gioco-dazzardo/la-danza-dei-dadi-cultura-e-tradizione-nei-giochi-da-casino/
页: [1]
查看完整版本: destoon产品总数,求购总数,供应总数的标注显示