summaryrefslogtreecommitdiffstats
path: root/app/class/table.class.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
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