The Adventure-(PHP-)Framework is a Web development framework that helps you design and create object oriented and reusable PHP Web applications. It features a unique DOM model, the generic page controller component, and a set of shipped XML tag libraries to build GUIs based on XML/HTML templates. The framework core contains components like front controller, global benchmark concept, global error handling, and a configuration management class. It includes complete modules like a guestbook, a comment function, and a generic pager.
License: GNU General Public License v2
Changes:
This release nearly contains all features of the 1.6 series, and is meant to be a bugfix version as well as a preview version. It is considered stable as long as the new features (connectionManager and SessionSingleton) are not used within any application. Major features or changes are: new abstraction of the database access layer (connectionManager), a new abstract session singleton class, an update to the ServiceManager's methods, an update to some parts of the documentation, a bugfix to the pagerManager's method getPager(), and a bugfix to the MySQLHandler class.