PHP Framework
This much needed update has quite a few additions. It’s a full ground up build and is ready for some picky coders!
To start, a few of you had pointed out this framework’s predecessor didn’t actually support models. Not only does it support models, but it supports 2 types of database types with room for more. I each database connection a “profile” and in each profile you can currently specify if you want to use “mysql”, “mysqli” or “mssql”. Feel free to add your own.
There is a built in event handler so that you can edit parts you like without modifying the core. If you wish, you can also use this handler in your application and trigger/create events as you wish.
This is also the first application I’ve used PHP Documentor on, so feel free to critique it if I made a big mistake using it, or missed some important features. I only skimmed it adding a short description, parameters, and return values as needed. The documentation is included in the zip file provided below.

