Sort File Lists By Date?
Permalink 1 user found helpfulThanks!

Thanks Tony
Thanks!
Bill
Loader::model('file_list'); $fl = new FileList(); $fl->sortBy('fDateAdded', 'asc'); $files = $fl->get();
How about that?
Thanks much! (quick reply too!)
Bill
Loader::model('file_list'); $fl = new FileList(); $fl->sortBy('fDateAdded', 'asc'); $files = $fl->get();
This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.