• 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
Name
Last commit
Last update
tests Loading commit data...
.gitattributes Loading commit data...
LICENSE Loading commit data...
MysqliDb.php Loading commit data...
composer.json Loading commit data...
dbObject.md Loading commit data...
dbObject.php Loading commit data...
index.php Loading commit data...
readme.md Loading commit data...