DataObjects is a very easy way to work with databases that are focused on numbers and strings.
DataObjects は、数字と文字列に焦点を当てたデータベースで動作させることは非常に簡単です。 - PEAR
As of Version 1.5, you can use the option "proxy = full", which will cause DataObjects to create classes and schema on the fly, rather than using an ini file or prebuilt classes.
バージョン1.5からオプション "proxy = full"が利用可能になりました。 これにより、iniファイルや事前に生成されたクラスを利用しなくともDataObjects がオンザフライでクラスやスキーマを生成するようになります。 - PEAR
DataObjects stores result set's as a private global variable, normally this is free'ed after you have run through the results, or at the end of the request.
DataObject はプライベートなグローバル変数として結果セットを保持しています。 通常これは結果を処理した後、もしくはリクエストの終了時に解放されます。 - PEAR