summaryrefslogtreecommitdiffstats
path: root/app/controller/dashboard.control.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-03-27Add function CommonModel::common_handleFormSubmissions()Malf Furious1-0/+1
This helper func to all implementing MVC controllers is used to check for submission of any web-form defined within a common MVC view file. If detected, the appropriate handler function is called.
2016-03-27Add Dashboard controllerMalf Furious1-0/+27