News

On this page, you can read a summary of old news of the Adventure PHP Framework (APF).

Browsergame tutorials by Tobias Lückel

Browsergame tutorials by Tobias Lückel

Saturday, 05th of November 2011

Tobias Lückel has created a tutorial series within the past two months that introduces beginners to the development with the APF. He has chosen a browser game to step you through the single milestones of the tutorials.

Advanced developers are also welcome to learn more about installing and applying the User management module or create data models using the Generic OR mapper.

You can finde the tutorials on the Articles page or directly in Tobias' Blog under http://gagugaming.de/.

Version 1.14 (stable) released!

Version 1.14 (stable) released!

Saturday, 18th of October 2011

The APF team is proud to announce the stable release of version 1.14.

This version contains all features described on the roadmap.

The major feature changes are:

  • Re-design and optimization of the link generation and url abstraction. This change enables you in combination with the input and output filters to change the url layout without code changes.
  • Input and output filter are now executed with a filter chain. This allows multiple filter execution during one request as well as adding or removing filters on runtime.
  • The usermanagement module was added a generic login functionality that can be added to any kind of application without code changes. Further, the module now saves password data in a more secure way using static and user-dependent dynamic salts.
  • The famous o/r mapper of the APF has been added domain object handling. This feature supports the implementation according to the domain object software design pattern. Moreover, the update tool and the query facade GenericCriterionObject have been enhanced.

All features within this release can be taken from the Roadmap (German).

The whole set of changes can be taken from the revision history.

The migration to this release is described on Migration from 1.13 to 1.14.

Version 1.13 (RC1) released!

Version 1.13 (stable) released!

Wednesday, 2nd of March 2011

The APF team is proud to announce the stable release of version 1.13.

This version contains all features described on the roadmap.

The major feature changes are:

  • Redesign and refactoring of the configuration mechanism to have more flexibility and easy enhancement.
  • Extension of the form validation and introduction of XSS protection mechanisms.
  • Enhancement of the GORM API to ease relation queries.
  • Redesign of the Sandbox.
  • Performance optimization of the XmlParser and the output filters.
  • API clean-ups and optimization to the PHP 5.3.X support.
  • Reworking of the CacheManager to address more complex cache keys.

The whole set of changes can be taken from the revision history.

The migration to this release is described on Migration from 1.12 to 1.13.

Version 1.13 (RC1) released!

Version 1.13 (RC1) released!

Friday, 10th of December 2010

The APF team is proud to announce the first release candidate of version 1.13.

This version contains all features described on the roadmap.

The major feature changes are:

  • Redesign and refactoring of the configuration mechanism to have more flexibility and easy enhancement.
  • Performance optimization of the XmlParser and the output filters.
  • API clean-ups and optimization to the PHP 5.3.X support.
  • Reworking of the CacheManager to address more complex cache keys.
  • Enhancement of the GORM API to ease relation queries.
  • Extension of the form validation and introduction of XSS protection mechanisms.
  • Refactoring of the HtmlHeader extension and new ForwardMessage extension.

The whole set of changes can be taken from the revision history.

Version 1.12 (fixpack) released!

Version 1.12 (fixpack) released!

Saturday, 4th of September 2010

Today, revision 1.12-2010-09-04-1536-php5 is released. This fixpack version corrects errors within version 1.12-2010-08-09-2006-php5. Details can be taken from the release notes page.

Version 1.12 (stable) released!

Version 1.12 (stable) released!

Sunday, 9th of August 2010

The APF team is proud to announce the final release of version 1.12.

This version contains all features described on the Roadmap and the feedback on the beta and RC1 release. It is now ready for production use.

Besides several improvements and bug-fixes the major feature changes are:

  • Enhancement of the user management module adding visibility permissions
  • Special validators and new error marking within the form taglibs
  • New extension for client side validation without one single JS line
  • New index and data type definition facility to the O/R mapper
  • New MySQLi database driver
  • ...

All changes can be taken from the Revision history page.

As of this version the PHP 4 support ends.

Version 1.12 (RC1) released!

Version 1.12 (RC1) released!

Saturday, 17th of Juli 2010

The APF team is proud to announce the first release candidate of version 1.12.

This version contains all features described on the roadmap and the feedback on the beta release.

The major changes are:

  • Refactoring of the API
  • New extension (HTMLList, client validators, ...)
  • Enhancement of the user management module
  • Special validators and new error marking within the form taglibs
  • Introduction of exceptions instead of trigger_error()
  • New MySQLi database driver

The final release will be out in about 2 - 4 weeks. The team is looking forward to your feedback!

Version 1.12 (beta) released!

Version 1.12 (beta) released!

Monday, 12th of April 2010

The APF team is proud to announce the first preview version of the 1.12 release.

This version is intended for preview on the features described in the roadmap. Only one feature is missing but will be included in the first release candidate.

The major changes are:

  • Refactoring of the API
  • New extension (HTMLList, client validators will come)
  • Special validators and new error marking within the form taglibs
  • Introduction of exceptions instead of trigger_error()
  • New MySQLi database driver

The team is looking forward to your feedback!

Version 1.11 (stable) released!

Version 1.11 (stable) released!

Sunday, 31st of Januar 2010

The APF team is proud to announce the new website together with the 1.11 stable release.

Revision 1.11 comes up with a revised version of the form support on the basis of taglibs. Now generic definition of validators and filters on the basis of the observer pattern is supported and forms can be easier adjusted to own needs.

The OR mapper GenericORMapper, already added in the release 1.9, was extended with tools to automatically setup and update a database. Now the developer can completely concentrate on the development of the logic of the application since the storage of the objects is completely managed by the mapper.

Part of the release's performance optimization were optimizations in the core of the frameworks and the rework of the integrated BenchmarkTimer. It now supplies the developer with a better graphical representation of the measurements to find hot spots within an application. Thus an application can be optimally prepared for operation.

With release of version 1.11 the support for PHP 4 has been announced for discontinuation and the compatibility with PHP 5.3 has been improved. The coming version 1.12 will focus on the extension of the new form support and the rework of the configuration component.

APF security award

Hacking & the APF 2009/2010

Sunday, 17th of January 2010

The APF Security Promise: Use the APF and profit by its security mechanisms! From scratch securely designed applications prevent the compromise of your system, guarantee the safety of your users data and of your reputation and let you put your mind at ease.

This article Hacking & the APF 2009/2010 describes, which mechanisms are included in the APF to face this danger and to secure your custom application. (read more…)

Download, installation und first steps - ein beginner tutorial by Ralf Schubert

Download, installation und first steps

Sunday, 04th of October 2009

Ralf Schubert, an enthusiastic APF developer likes the framework giving the chance to easily develop reusable UI elements (aka. widgets). To support beginners, he wrote this article to give a brief introduction into the framework and to ease the first steps using the APF.

Download, installation und first steps describes step-by-step how to set up the adventure PHP Framework, beginning with the download and ending with an "Hello world" application. (read more…)

RPM installation packages for the APF by Reiner Rottmann

APF goes RPM: install the Adventure PHP Framework via RPM

Sunday, 26th of September 2009

As of today, the APF can be installed and distributed on RedHat based LINUX distributions using RPM packages. Reiner Rottmann has therefor created a new YUM channel, that serves the APF demo application as well as the sample config files, the code package and the API documentation.

The RPM Installation HOWTO describes the managing of the APF packages with use of the Yellowdog Update Manager (YUM).

Adventure PHP Framework - Release 1.10 (stable): Refactoring, performance optimization, full PHP5 support

Version 1.10 (stable) released!

Sunday, 04th of September 2009

The APF team is proud to announce the stable release of the 1.10 series. Within this maintenance release, development entirely switched to PHP5. A compatibility version for PHP4 will be available since the beginning of 2010. Beneath some clean-ups and refactorings , several performance optimization tasks guarantee excellent performance. The probably biggest technical innovation is the introduction of the "dependency injection container" similar to the objection initialization of SPRING (JAVA). Further, this release contains many features, that were discussed in the developer forum to be included.

Morover, the final release of the 1.10 branch contains all changes concerning the feedback on the two release candidates.

Performance check: Yii vs. APF (and CakePHP)

Performance-Check: Yii vs. APF (und CakePHP)

Sunday, 01st of March 2009

The article Yii. vs APF re-performs the RPS performance test from http://www.yiiframework.com/performance and compares the canditates CakePHP, Yii framework and adventure php framework. The result: the APF passes the Yii test! (read more…)

Why APF?

Why APF?

You think: "The APF is just another framework", too? On Why APF? you can find reasons why you should definitely use use the Adventure PHP Framework (APF)!

This is the short, but complete answer: The APF supports you to rapidly create enterprise ready web applications or modules, that are fast, secure and reusable. The framework therefore includes approved development tools to solve standard problems and implement pattern related applications.

Your first steps with the adventure php framework!

The tutorial My first website with the adventure php framework in the tutorials section shows, how easy it is to create your own website. In addition, the author describes, how complex websites can be created like and how you can load dynamic content into your content view. German users may also refer to the thread http://forum.adventure-php-framework.org/de/viewtopic.php?f=6&t=17.

AJAX and the adventure php framework?

The article AJAX & the adventure php framework shows you, how AJAX applications can be embedded into your common application architecture, which problems occure during implementation and how the adventure php framework helps you to implement standardizes AJAX applications. The last chapter presents useful hints and some questions, that have to answered. Please add YOUR comment!

What is the performance of the Adventure PHP Framework?

Since today (25th of Oct 2007) the article Tests on PHP Frameworks (German only) is online. It compares different frameworks available and shows the key features and benefits and gives some advice to help to make a decision for specific product. But the article should not only be seen as a comparison but also as a resource for code snippets or implementation hints.