0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jun 13, 2025 — Jun 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[102] Updated the error system just a bit, and fixed some config errors More... about 14 years ago
[101] Decided that config and url functions need thier own helper file. More... about 14 years ago
[100] Added missing config variable, and removed un used error pages. More... about 14 years ago
[99] Too many changes to list xD More... about 14 years ago
[98] Mod Rewrite is no longer required to run this framework as query strings are now an option. Moved the cache folder out of the system folder, and into the application folder More... over 14 years ago
[97] Optimized the Session class just a bit. More... over 14 years ago
[96] Extended on the language class a bit. More... over 14 years ago
[95] Added Db driver extensions, and added URI segement functions in the router. Also made a few changes to the Parser, it now nests up to 5 levels. More... over 14 years ago
[94] Fixed an issue with the parser when pasing foreach arrays. Also fixed a cookie setting issue on browsers like chrome. More... over 14 years ago
[93] Improved URL routing More... over 14 years ago
[92] Implemented a better Router class for handling URL's. Moved default routes to the core config file. More... over 14 years ago
[91] Improved the debug class by adding debug logging and temporarily shutting down errors, and re-establishing the errors later in the script. More... over 14 years ago
[90] Removed all "var" and replaced them with the proper access modifier. More... over 14 years ago
[89] Added Email sending class, tested and working. Fixed a spacing issue in the core_errors.php language file More... over 14 years ago
[88] Fixed Tab spacing issues on a few files. Also improved the DB class alittle. More... over 14 years ago
[87] Probably the final update for awhile... Updated documentation and lowercased some config method names for a more uniform feel to the framework. More... over 14 years ago
[86] Some more changes to how things are loaded. Removed some old language variables, Made the benchmark class Non-Static because we want uniformity throughout the framework, also removed old Output class that was unused. More... over 14 years ago
[85] Finally getting close to a a real release version. Removed a few module things as thats an application deal, not a system deal. Also fixed the paypal IPN library. More... over 14 years ago
[84] Fixed spacing in alot of files since my tabs were messed up, also made some changes to increase the potential of this framework More... over 14 years ago
[83] removed an un-used core config variable, added cache directory More... almost 15 years ago
[82] Added file cache class. Session class now uses cache instead of cookies when the database is disabled for sessions More... almost 15 years ago
[81] Updated documentation, added a template parser, and made a few changes here and there More... almost 15 years ago
[80] Better error reporting on database connection issues More... almost 15 years ago
[79] Added a custom rowCount() method for the PDO driver as the default one is unreliable. More... almost 15 years ago
[78] Switched over to php's PDO library as you just cant beat it. Updated the Database documentation as well. More... almost 15 years ago
[77] Added SQLite database driver. Havent been able to test it yet. Also fixed a common-ness probelm with the fetch_array method. More... almost 15 years ago
[76] Changed how things are loaded on startup a little to improve preformance More... almost 15 years ago
[75] Made some speed imporvements to various classes More... almost 15 years ago
[74] Added form validation class. Also fixed a very small error in the benchmark class. More... almost 15 years ago
[73] Config values now properly save when they are a nested array. More... almost 15 years ago