Rumah >pembangunan bahagian belakang >tutorial php >菜鸟求教,这个怎么倒序排序
<ul class="article_list"> {foreach from=$list item=item} <li><a href="{$item.url}" title="{$item.title}" style="float:left;">{function name="msubstr" v=$item.title b=0 e=30}</a> <span style="float:right;">{function name="to_date" v=$item.update_time}</span></li> {/foreach} </ul>
问题描述不清晰
通过执行的sql排序即可
order by xx desc
你这个是不是在htm模板文件你找一下对应的php后缀的再里面加上order by XX desc就可以了