ダウンロードリスト

プロジェクト概要

The adventure PHP framework (APF) はオブジェクト指向と汎用的なPHP Webアプリケーションを実装するためのユーティリティです。それは、開発者が承認されたソフトウェアのデザインパターンに準拠したプログラムを作成することができ、コードベースは、すでに多くの日常の問題に対する答えを持っています。フレームワークはむしろソフトウェアの設計のための技術的な基礎と設計ガイドとしてのみ構成する必要があり、アプリケーションとして記述することはできません。さらに、それは多くの概念とすでによくJavaコミュニティで知られている効率化ツールを導入しました。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2012-11-19 04:18
1.16 (stable)

タグ パーサーは今新しいスタイルのタグ定義でき、タグの再利用性はかなり改善されています。さらに、パフォーマンス 10 10% 増やされました。APF のフォームのサポートには今多 file アップロードが含まれています。また、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)

このリリースには、ユーザーの管理モジュールに巨大なアップデートが含まれます。データ モデルは、今グループ間の関係を含むし、構成を容易にするためのロールします。管理 UI は大幅に改訂されました。グローバル エラーと例外処理の新しい実装カスタム ルーチンの構成が容易になります。読み込みをサポートするツリー構造の 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)

このリリースには、ユーザーの管理モジュールに巨大なアップデートが含まれます。データ モデルは、今グループ間の関係を含むし、構成を容易にするためのロールします。管理 UI は大幅に改訂されました。グローバル エラーと例外処理の新しい実装カスタム ルーチンの構成が容易になります。読み込みをサポートするツリー構造の 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 スキームの抽象化の新しい概念を紹介します。(例えば、理由 SEO) URL レイアウト コード適応なしを変更することができました。Usermanagement モジュールは、あらゆる種類のアプリケーション コードを変更せずに追加することができます一般的なログイン機能を与えられているし、今パスワード データを静的とユーザー依存動的塩を使用してより安全な方法で保存されます。有名な o/r マッパー GORM (汎用 o/r マッパー)、APF のドメインのオブジェクトの処理を与えられています。いくつかのバグ修正を行った。
タグ: 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)

技術的な設計構成SWの構成要素は、使いやすくしている開発者は、以上の構成形式とパス方式を追加しています。フォームのサポートは、オプションの検証をもたらし、新たなクロスサイトリクエストフォージェリの保護を内蔵しています。 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.

プロジェクトリソース