Download List

Descripción del Proyecto

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.

2011-10-16 10:02 Back to release list
1.14 (stable)

Esta versión introduce un nuevo concepto para la generación de URL y abstracción de esquema de URL. Ahora son capaces de cambiar el diseño de URL (por ejemplo, por razones SEO) sin adaptaciones de código. El módulo usermanagement se le ha dado la funcionalidad de acceso genérico que puede añadirse a cualquier tipo de aplicación sin cambios en el código y ahora guarda datos de contraseñas de una manera más segura mediante sales dinámicas estáticas y dependiente del usuario. Manipulación de objetos de dominio se ha dado el asignador de famosos relacional GORM (asignador de genéricos o/r) de la APF. Se han hecho varias correcciones de errores.
Tags: 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.

Project Resources