Destoon how to display the number of supply, enterprise, and information items on the home page

Source: Internet
Author: User
This article describes how to use destoon to display the number of supply, enterprise, and information items on the homepage. it is very useful in template development, if you need it, you can refer to destoon to display the number of supply, enterprise, and information items on the homepage. here we will introduce how to directly call the php program code for query. The destoon template supports php code, so we can query it directly in the template.

The implementation code is as follows:

 
 
    {Php $ sellcount = $ db-> get_one ("select count (*) AS num FROM". $ DT_PRE. "explain WHERE status = 3 ");}
  • Total {$ sellcount [num]} supplies
  • {Php $ company = $ db-> get_one ("select count (*) AS num FROM". $ DT_PRE. "member WHERE groupid> 5 ");}
  • A total of {$ company [num]} enterprises
  • {Php $ newcount = $ db-> get_one ("select count (*) AS num FROM". $ DT_PRE. "article_21 WHERE status = 3 ");}
  • Total {$ newcount [num]} pieces of information

How to display the current date on the page:

{Date ('Y-m-D', $ DT_TIME )}

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.