summaryrefslogtreecommitdiffstats
path: root/app/model/sysconf.mod.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-12-06+ Adding a TODO note for laterM1-0/+2
2015-12-06* Implemented the "save" action for MVC sysconfM1-0/+43
2015-11-22+ Start of Master MVC ( will define generic layout of pages but will not ↵M1-2/+2
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.
2015-11-22* Derp, default is a reserved word, calling the function 'deflt' insteadM1-1/+1
* Removed explicit call to parent constructor in model class, since that function is not explicitly defined
2015-11-22+ Adding model for sysconf mvcM1-0/+15