Download List

Project Description

The adventure PHP framework (APF) is a utility to implement object oriented and generic PHP Web applications. It allows the developer to create programs in compliance with approved software design patterns, and the code base already has answers to many everyday problems. The framework cannot be described as an application that only has to be configured, but rather as a technical basis and design guide for the design of software. Further, it introduced many concepts and efficiency tools already well known in the Java community.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-11-19 04:18
1.16 (stable)

The tag parser now allows a new style of tag definition, and reusability of tags has been improved considerably. Further, the performance has been increased by 10-10%. The APF form support now includes a multi-file-upload. Moreover, ReCaptcha is supported natively and can be integrated via tag. There is an implementation of permanent log-in for the user management module. There is a brand new set of file system tools. Several bugfixes and enhancements are included.

2012-06-04 06:36
1.15 (stable)

This release contains a huge update to the user management module. The data model now contains relations between groups and rolls to ease configuration. The administration UI has been greatly reworked. The new implementation of global error and exception handling eases configuration of custom routines. The Generic OR mapper now supports loading tree structures using the loadObjectTree() method. Service implementation is easier with the 1.15 DI container. Each service may define a setup method that is called after preparation to control initialization.

2012-06-03 06:51
1.15 (stable)

This release contains a huge update to the user management module. The data model now contains relations between groups and rolls to ease configuration. The administration UI has been greatly reworked. The new implementation of global error and exception handling eases configuration of custom routines. The Generic OR mapper now supports loading tree structures using the loadObjectTree() method. Service implementation is easier with the 1.15 DI container. Each service may define a setup method which is called after preparation to control initialization.
Tags: 1.15-stable

2011-10-16 10:02
1.14 (stable)

This release introduces a new concept for URL generation and URL scheme abstraction. You are now able to change the URL layout (e.g., for SEO reasons) without code adaptations. The usermanagement module has been given generic login functionality which can be added to any kind of application without code changes, and now saves password data in a more secure way using static and user-dependent dynamic salts. The famous o/r mapper GORM (generic o/r mapper) of the APF has been given domain object handling. Several bugfixes have been made.
Tags: 1.14

2011-03-04 07:16
1.13 (stable)

The technical redesigned configuration conponents are easier to use, and the developers have added more configuration formats and path schemes. The form support brings optional validation and integrates new cross site request forgery protection. The API of the o/r mapper GORM features additional methods to query objects that are related, and the generic criterion object has been provided a fluent interface to easily construct queries. Besides the changes and bugfixes described above, the sandbox was completely refreshed.

Project Resources