Download List

專案描述

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.

2010-12-12 04:08
1.13 (RC1)

This release provides a redesign of the configuration mechanism, several performance optimizations, API clean-ups, and better PHP 5.3.X support. Besides, the CacheManager is able to address more complex cache keys, the GORM API was enhanced to ease relation queries, and the form validation was enhanced with XSS protection mechanisms.

2010-08-10 11:08
1.12

This release is focused on the improvement of the programming interface (API). Form support has an intelligent upload field and flexible CSS formatting for validation errors. To present validator-specific error messages, the special validator concept is introduced. The user management module introduced with 1.7 now features a component to manage visibility definitions for any kind of aplication. Now the O/R-Mapper GORM can handle additional data types for index columns to store bigger amounts of data, and object configuration offers the ability to define additional indices.

2010-01-31 03:46
1.11

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.
標籤: Stable

2009-09-04 23:19
1.10-stable

This stable release in the 1.10 series switches development entirely
to PHP5. (A compatibility version for PHP4 will be available at the
beginning of 2010.) Beneath some clean-ups and refactorings, several
performance optimization tasks guarantee excellent performance. The
biggest technical innovation is the introduction of the "dependency
injection container", similar to the objection initialization of SPRING
(Java). This release also adds many features which were discussed in the
developer forum.
標籤: 1.10, Performance enhancement, PHP5, Refactoring, Optimization

2009-07-20 05:38
1.10-RC2

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.
標籤: 1.10

Project Resources