Version 1.11 of Adventure-(PHP-)Framework

Avatar

Release Notes: This revision comes up with a revised version of the form support on the basis of taglibs. Now the generic definition of validators and filters on the basis of the observer pattern is supported and forms can be more easily adjusted to one's own needs. The OR mapper "GenericORMapper", previously added in release 1.9, was extended with tools to automatically set up and update a database. Part of the release's performance optimization were optimizations in the core of the frameworks and the rework of the integrated BenchmarkTimer.

Other releases

  •  14 Apr 2013 00:23
Avatar

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.

  •  18 Nov 2012 19:18
Avatar

    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.

    •  03 Jun 2012 21:36
    Avatar

      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.

      •  02 Jun 2012 21:51
      Avatar

      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.

      •  16 Oct 2011 01:02
      Avatar

      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.

      Screenshot

      Project Spotlight

      MDIUtilities

      A set of utility classes that can be used for Desktop application development.

      Screenshot

      Project Spotlight

      STX B+ Tree

      C++ template classes implementing a B+ tree key/data container in main memory.