scrazzy

Results 2 issues of scrazzy

Hello, I am experiencing this issue in projects where my table contains only columns with default values. E.g column ID is autoincrement, CREATED is currenttimestamp() and column DELETED is default...

I ended with so many $f3->get($key) followed directly by $f3->clear($key) lines that I register custom method to Hive in index.php which does this two steps in one. Maybe it would...