summaryrefslogtreecommitdiff
path: root/includes/model/ShiftTypes_model.php
AgeCommit message (Expand)Author
2017-12-25Formatting & DocstringsBot
2017-07-28dried code by introducing selectOne for select queries with only one result l...msquare
2017-07-28further switching to db exceptions instead of return falsemsquare
2017-07-28clear delete queries from false resulsmsquare
2017-07-23handle failed db queries in Db classmsquare
2017-01-22Removed spacesBot
2017-01-21Changed from mysqli to PDO, some refactorings, faster sql queriesIgor Scheller
2017-01-03Replaced " with 'Bot
2017-01-03PPHDoc, formatting, fixes, cleanupBot
2017-01-02FormattingBot
2017-01-02PSR-2 formattingBot
2016-10-04reduce complexity of shifts controllermsquare
2016-09-29prohibit inline control structures on model and viewmsquare
2015-01-10fix creation of shift typesPhilip Häusler
2014-12-28harden the sql queriesPhilip Häusler
2014-12-17add shift types modelPhilip Häusler
2014-12-17prepare for shift types model, add db updatePhilip Häusler