Destoon realization of the first page display supply, enterprise, Information Bar number of methods _php example

Source: Internet
Author: User

Destoon implementation of the home page display supply, enterprise, Information Bar number has a variety of methods, here is a direct call to the PHP program code to query. Destoon template inside is to support the code of PHP, so we can directly query the template inside out.

The implementation code is as follows:

<ul>
  {php $sellcount = $db->get_one ("Select COUNT (*) as num from". $DT _pre. " Sell WHERE status=3 ");} 
   <li> Total {$sellcount [num]} supply </li>
 {php $company = $db->get_one ("Select COUNT (*) as num from". $DT _pre ." Member WHERE groupid>5 ");}
   <li> Total {$company [num]} enterprise </li>
 {php $newcount = $db->get_one ("Select COUNT (*) as num from". $DT _pre. " article_21 WHERE status=3 ");}
   <li> Total {$newcount [num]} news </li>
</ul>

How the page displays the current date:

{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.