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!