Sort Uploads by createdTime

3 posts by 2 authors in: Forums > CMS Builder
Last Post: February 21, 2012   (RSS)

I have a page that displays a gallery of photos that are grouped by a category. I need to sort the photos in each category by the createdTime system field in the uploads table so that the most recently uploaded photo appears at the top of the table inside each category header.

I have attached the page that I'm working on. I'm sure this is a rather simple task to do, but I'm missing something here.

I've tried to get the records from the uploads table and sort them as needed, but I cannot seem to display on the page. They need to be displayed inside the category foreach loop.

Any help will be appreciated.
Attachments:

gallery-new.php 5K

Re: [pcolvin] Sort Uploads by createdTime

Jason,

Thanks. It works perfectly!

Phil