Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-17 | + Added function to framework class for getting (or creating) the app's ↵ | Malf Furious | 1 | -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 ↵ | M | 1 | -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 path | M | 1 | -0/+8 | |
* Changed sysconf view to use new function ($mod->ar()/sysconf -> $mod->ap) | |||||
2015-11-22 | * Implemented framework ar (app root) function | M | 1 | -1/+1 | |
2015-11-21 | + Defined function to check if scrott.conf.php file exists | M | 1 | -0/+9 | |
2015-11-21 | * Framework def file is now condifionally including system-level app ↵ | M | 1 | -0/+4 | |
configuration | |||||
2015-11-21 | + Committing initial framework class definition | M | 1 | -0/+26 | |