aurora framework is a slim modular MVC framework
written in PHP 5.2+ for rapid development of Web or
console applications featuring an integrated
database API, template logic, pretty URLs,
internationalization, caching, data models, and a
multi-layered file tree.
License: GNU General Public License v2
Changes:
This release fixes many small bugs, cleans up code at several key points, and changes the template var-replacer to not reduce escape signs step by step. The URL dispatcher also supplies GET, POST, and URL arrays to entry points. ama can now create helper files that are not bound to any package. aurora::emsg and aurora::_die throw an usable backtrace unless quiet is enabled. web's error-page works again. This release has been tested under PHP 5.2.5, and support for PHP < 5.2.3 has been dropped.