summaryrefslogtreecommitdiffstats
path: root/app/controller (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-12-06* Implemented the "save" action for MVC sysconfM1-1/+17
2015-12-05* Now normalizing the $argv array in the root app controllerM1-0/+2
2015-11-22* Placeholder message for site contentM1-0/+2
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* Root controller is now asserting the existence of scrott.conf.php and ↵M1-2/+8
delegating to the correct mvc if it is missing
2015-11-22+ Added controller for SysConf MVCM1-0/+27
2015-11-22* Bug fix in normalizeArgv functionM1-3/+5
2015-11-22+ Added function to root controller for normalizing the $argv arrayM1-0/+32
2015-11-21+ Added app root controllerM1-0/+20
* Finished implementing app main function to instanciate root and delegate to it