Release Notes: This release solves some problems, that occur with PHP 5.2.10 and 5.3.0 having problems with the overloading/inheritance model. Thus, the APF filter API was refactored to bypass this bugs. Besides this, all changes of the 1.10-RC1 release are contained in this version. These are the change to PHP 5 development, clean-ups and small refactorings, performance improvements, and the introduction of the DI container.


Release Notes: This release includes the largest cleanup of tag class and method names in the history of the APF. The APF parser is now able to resolve nested structures of tags with the same prefix and name within one document or a file. This new release includes full support for PHP's APF extension, which can accelerate applications by a factor of 4-5. The Logger has been redesigned from the scratch. The state model of APF form controls has been given a visibility indicator to hide form fields and their dependent controls programmatically.


Release Notes: 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.


Release Notes: 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.


Release Notes: 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.


Release Notes: 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.