Flourish PHP Unframework
This is an archived copy of the forum for reference purposes

frecordset

posted by mungiu 7 years ago

how can i sort with rand() in recordset?

fRecordSet::build(
    'User',
    array(),
    array('random()' => 'asc')
);
posted by wbond 7 years ago