【发布时间】:2014-07-06 04:29:21
【问题描述】:
如何在 codeigniter 框架中从 mysql 数据库中获取每周帖子。我不明白该怎么做,逻辑是什么? 我的数据库表是:
id | post_schedule_date | post_name | post_description
-----------------------------------------------------------
1 | 29-06-2014 | Test title | Test description
-----------------------------------------------------------
2 | 30-06-2014 | Test title | Test description
-----------------------------------------------------------
3 | 01-07-2014 | Test title | Test description
-----------------------------------------------------------
4 | 02-07-2014 | Test title | Test description
-----------------------------------------------------------
5 | 02-07-2014 | Test title | Test description
-----------------------------------------------------------
6 | 03-07-2014 | Test title | Test description
-----------------------------------------------------------
我想要这样的输出:
本周 (5) 前一周(2)
【问题讨论】:
标签: php mysql database codeigniter