summaryrefslogtreecommitdiffstats
path: root/app/model/master.mod.php (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2016-05-27Add copyright notice to Scrott model filesMalf Furious1-0/+14
2015-12-06+ Implemented the "noticeModal" -- an object in the master MVC topp view for ↵M1-0/+33
displaying error / warning / and notice messages + Added two helper functions to Master MVC model for retruning values to the noticeModal
2015-12-06Revert "+ Added functions to Master model for getting merged strings for all ↵M1-32/+0
error/warning/or notice messages" - Rm'ing functions I just added. I decided to go about this in a different way This reverts commit f1c8aca230a0fc982f98f3dfc9b630b82dbb7dc4.
2015-12-06+ Added functions to Master model for getting merged strings for all ↵M1-0/+32
error/warning/or notice messages
2015-11-22+ Start of Master MVC ( will define generic layout of pages but will not ↵M1-0/+9
define logic for header ui. since this depends on an established database ). + Added Master model ! As far as I am planning right now, the only MVC that will inherit Master directly will be sysconf since it cannot rely on an existing database connection.