summaryrefslogtreecommitdiffstats
path: root/app/class/table.class.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-02-07Add function expectType() to table classMalf Furious1-0/+15
protected function exceptType added for use by subclasses to assert that the database object loaded is the correct type and to protect against cases like EG: passing the GUID for a group to new user(...); If a problem is detected, throw an exception.
2017-02-06Update function signatures for table classMalf Furious1-10/+10
Various function (and their usages) in the table class have been updated to be static class function.
2017-02-06Update table class tree to use static database referencesMalf Furious1-24/+20
2017-02-05Remove custom exception 'databasekeyexception'Malf Furious1-9/+7
Just use a generic exception in these cases. I don't want to handle these any differently, and just fall back on the main Exception() error page once we get to a UI.
2017-01-17Add helper functions to table classMalf Furious1-0/+39
2017-01-15Add table classMalf Furious1-0/+173