Home > Backend Development > PHP Tutorial > 一个团购排序的问题

一个团购排序的问题

WBOY
Release: 2016-06-23 14:04:30
Original
1070 people have browsed it

团购分别有:未开始团购,已经开始团购,已结束团购

在数据表里面里面保存的主要字段是 团购开始时间  和  团购结束时间,

问题:如何在显示全部团购的时候,按照 已经开团,预告团,已结束团,进行排序


回复讨论(解决方案)

sql把数据按照 已经开团,预告团,已结束团查出来,然后再在页面排序就好啦。

sql把数据按照已经开团,预告团,已结束团查出来,然后再在页面排序就好啦。

要考虑到,有很多团购,分页的问题 ,例如:前面10页是已经开团的,中间10页是预告团,最后剩下的是已结束的团购

不知道你的 团购开始时间  和  团购结束时间 字段是什么类型,建议贴出表结果和期望结果。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template