Flourish PHP Unframework

frecordset

posted by mungiu 1 year ago

how can i sort with rand() in recordset?

Reply
fRecordSet::build(
    'User',
    array(),
    array('random()' => 'asc')
);
posted by wbond 1 year ago Reply
In reply to post by wbond from 1 year ago
In reply to original post by mungiu