• screeper's avatar
    Added update "column = !column" · 816d3117
    screeper authored
    Useful for changing booleans in DB.
    Update like this:
    
    ...
    $db->update("table", array("col_boolean" => $db->not()));
    816d3117
MysqliDb.php 24 KB