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 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)

标记分析器现在允许标记定义新样式和可重用性标记已大大改善。此外,性能已增加了 10-10%。APF 窗体支持现在包括多文件上载。此外,ReCaptcha 本身支持,可以通过标记集成。有的永久日志-在用户管理模块的实现。有一套品牌新的文件系统工具。包括几个错误修正和增强功能。
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)

此版本包含用户管理模块的一个巨大更新。数据模型现在包含集团之间的关系和卷为了便于配置。管理用户界面已经被大大的修改。全局错误和异常处理的新实现简化了配置的自定义例程。映射泛型或程序现在支持加载树状结构使用 loadObjectTree() 方法。服务实现与 1.15 DI 容器更容易。每个服务可定义后准备控制初始化调用的设置方法。
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)

此版本包含用户管理模块的一个巨大更新。数据模型现在包含集团之间的关系和卷为了便于配置。管理用户界面已经被大大的修改。全局错误和异常处理的新实现简化了配置的自定义例程。映射泛型或程序现在支持加载树状结构使用 loadObjectTree() 方法。服务实现与 1.15 DI 容器更容易。每个服务可定义安装程序调用的方法的准备来控制初始化后。
标签: 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.

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

此版本为 URL 生成和 URL 计划抽象引入了一个新的概念。你现在能够更改 URL 布局 (例如,为 SEO 的原因) 没有代码的修改。Usermanagement 模块已被授予通用登录功能,可以添加到任何类型的应用程序无需修改代码,并现在保存的密码数据更安全的方式使用静态和用户依赖动态盐。域对象处理方面得到了著名的 o/r 映射器格姆 (泛型 o/r 映射器) 的有源滤波器。取得了几个错误修正。
标签: 1.14
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.

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

重新设计的配置conponents的技术更易于使用,开发人员增加了更多的配置格式和路径计划。支持可选的形式带来了新的交叉验证和集成站点请求伪造的保护。的O / R映射工具GORM的API功能其他方法来查询对象有关系,和一般标准的对象提供了一个流畅的界面,轻松地构建查询。除了上述的变化和错误修正,沙箱是完全刷新。
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