ダウンロードリスト

プロジェクト概要

データベースの抽象化のためのセキュリティで保護されたオブジェクトは、読み取り専用または書き込み専用の方法で暗号化されたプロパティを格納する能力を持つ php データベース抽象化レイヤーです。

システム要件

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

2008-07-22 08:28
1.1

このリリースでは、能力のプロパティ_dbtype設定することによって、オンザフライでのデータベースのタイプを変更するに追加します。これをロックするためのメソッドを追加し、オブジェクトには、より安全な方法でそれをエクスポートに使用するロックを解除するかどうかは、ファイルbase.inc.php、その作成者と同じですが、インポート確認すること。が、より良いエラー管理です。
タグ: Major feature enhancements
This release adds the ability to change the type of database on the fly by setting the property _dbtype. It adds methods to lock and unlock the object used to export it in a more secure way, by verifying when importing it whether the file base.inc.php is the same as its creator. There is better error management.

2008-07-20 21:50
1.0

1.RC3.2のリリースからのバグが修正されました。コード内のコメントを英語に翻訳された。このバージョンの生産を使用するために安定している。
タグ: Major bugfixes
Bugs from the 1.RC3.2 release were fixed. The code
comments were translated into English. This
version is stable for production use.

2008-07-16 23:16
1.RC3

タグ: dbproto, Initial freshmeat announcement

2008-07-13 23:19
1.RC3.2

は、テスト目的のために挿入された以前のバージョンのオブジェクトを要求するにはバグが削除されました。
タグ: Minor bugfixes
A bug in the object request of the previous
version that was inserted for testing purposes was
removed.

2008-07-13 23:19
1.RC3.1

オブジェクトの作成のためのパラメータが逆転した。ドライバのタイプは、最初のパラメータとして与えられる。これはsqliteのかおうこれは、ファイルを開いて、パスワードまたはユーザー名を必要としないようなドライバーの方が良い。ドキュメントも変更されました。
タグ: Minor feature enhancements
The parameters for the creation of the object were
reversed. The type of the driver is given as the
first parameter. This is better for drivers like
sqlite or firebird which open a file and don't
need a password or user name. The documentation
was also changed.

プロジェクトリソース