Plugin

Archived
Forum
(read-only)


For official support, visit the official support site »

Active Record

ExpressionEngine 2

Back to this add-on's main page
View Other Add-ons From Rob Sanchez

     

Sort?

General

Jamie
Jamie

Will this support sort?

I don’t see it as a parameter and I tried to throw it in and does not affect the query.

Rob Sanchez
# 1
Developer
Rob Sanchez

CodeIgniter’s Active Record does not have a sort method. You can, however, include sort direction with order_by:

{exp:activerecord
    select
="username"
    
from="members"
    
order_by="username asc"