• thingNumber1's avatar
    Adding ORDER BY REGEXP possibilites · dd37055b
    thingNumber1 authored
    Example of use:
    $MySqliDb->orderBy('name', 'desc', '^[a-zA-Z0-9]')->orderBy('name', 'desc');
    // Is going to order by name but placing those name starting with special charaters at the end
    dd37055b
MysqliDb.php 67.3 KB