Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-13 | Add function database::checkConfig() | Malf Furious | 1 | -0/+17 | |
2017-02-13 | Implement function database::getInstance() | Malf Furious | 1 | -2/+30 | |
2017-02-06 | Update database API | Malf Furious | 1 | -5/+22 | |
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. | |||||
2017-01-14 | Add database class | Malf Furious | 1 | -0/+58 | |
2017-01-14 | Reset working directory for clean Scrott implementation | Malf Furious | 1 | -73/+0 | |
2017-01-14 | Partial commit of initObj function -- this class needs reworked again... | Malf Furious | 1 | -0/+26 | |
2016-10-23 | Add mysql class | Malf Furious | 1 | -0/+1 | |
2016-10-23 | Add database class | Malf Furious | 1 | -0/+46 | |