How to obtain the number of news entries based on the number defined in the smarty Template

Source: Internet
Author: User
How can I obtain the number of news entries based on the number defined in the smarty template? I just got started with the smarty template and want to control the number of news items displayed in the template. the following shows 5 news items & lt; ul & gt; {section & nbsp; name = news & nbsp; loop = $ arr & nbsp; max = 5} How can I obtain the number of news entries based on the number defined in the smarty template?
I just got started with the smarty template and want to control the number of news items displayed in the template. the following shows 5 news items:
 
 

    {Section name = news loop = $ arr max = 5}
  • {$ Arr [news]. title}

  • {/Section}



In the php program, how does one read the corresponding number of records based on the number of entries in the template? How to obtain the number of entries set in the template?
To implement the following SQL:
SELECT id, title, wdate FROM news order by id desc limit 0, 5

Instead:
SELECT id, title, wdate FROM news order by id DESC
Share To: {section? Name = news? Loop = $ arr? Max = 5}
  • {$ Arr [ne... 'data-pics = ''>
    ------ Solution --------------------
    Define another variable and introduce
    ------ Solution --------------------
    The cycle of smarty can be controlled and terminated, but it should not be yours.

    No interest in smarty!
  • Related Article

    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.