summaryrefslogtreecommitdiffstats
path: root/app/class/user.class.php
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2017-02-06 00:47:55 -0500
committerMalf Furious <m@lfurio.us>2017-02-06 00:47:55 -0500
commit56a6dda13bb85b25f590fc8a64535bb53c3c2fd2 (patch)
tree8bbca1db84158e1234768ebd1edc325ec70f67d7 /app/class/user.class.php
parente0140672f1fb7c79e47aadad6fbee57e7262b1a2 (diff)
downloadscrott-56a6dda13bb85b25f590fc8a64535bb53c3c2fd2.tar.gz
scrott-56a6dda13bb85b25f590fc8a64535bb53c3c2fd2.zip
Update database API
The abstract functions of database have been made protected and their names prefixed with '_'. The database class has been given new static functions query() and esc(), which call the _query() and _esc() function from the database instance object. This change was made to address the use of db routines from static contexes. Calls like `database::get()->query()` which mix static and instance function access operators, can now be `database::query()`, and all singleton is abstracted away; the instance's destructor continues to close the db connection.
Diffstat (limited to 'app/class/user.class.php')
0 files changed, 0 insertions, 0 deletions