summaryrefslogtreecommitdiffstats
path: root/app/class/framework.class.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-12-17+ Added function to framework class for getting (or creating) the app's ↵Malf Furious1-0/+32
singleton db connection object. If no connection is established, logic uses system-level configuration to decide how to connect before returning
2015-12-06* Bug fix in framework class - redirectTo function -- http_redirect function ↵M1-1/+1
I was using is part of an extension for PHP and therefore, non-standard
2015-12-05+ Added framework function for getting current app pathM1-0/+8
* Changed sysconf view to use new function ($mod->ar()/sysconf -> $mod->ap)
2015-11-22* Implemented framework ar (app root) functionM1-1/+1
2015-11-21+ Defined function to check if scrott.conf.php file existsM1-0/+9
2015-11-21* Framework def file is now condifionally including system-level app ↵M1-0/+4
configuration
2015-11-21+ Committing initial framework class definitionM1-0/+26