The name of a property that you can set within your DataObject.
DataObject 内に設定するプロパティの名前。 - PEAR
The name of a property you can set within a linked DataObject.
リンク先の DataObject で設定するプロパティの名前。 - PEAR
Introduction-- A package for building HTML forms from DataObject classes
導入--DataObject クラスから HTML フォームを作成するパッケージ - PEAR
The Directory where your DataObject extended Classes are.
クラスを拡張した DataObject を配置するディレクトリを指定します。 - PEAR
It is quite common to store the schema in the same directory as your DataObject Classes.
一般的には継承したDataObject クラスと同じディレクトリにスキーマをストアします。 - PEAR
Builds a Join Query, by adding another data object to this one. 他の DataObject を追加して JOIN クエリを生成します。 - PEAR
A package for building HTML forms from DataObject classes. For now, detailed documentation is available here.
DataObject クラスから HTML フォームを作成するパッケージ 現在のところ、詳細なドキュメントはこちらにあります。 - PEAR
DataObject $original- if provided the update query will be built from the difference between the current and original data object. DataObject $original-現在のデータオブジェクトとオリジナルとの違いから、更新クエリが構築されるかどうかを指定します。 - PEAR
This property should contain a array of field names that will be used to display a string out of this linked DataObject.
このプロパティには、リンク先の DataObjectから文字列を表示する際に使用するフィールド名の配列を指定します。 - PEAR
if you supply it with a dataObject, as an argument, it will only update the differences between the new and old.
もしデータオブジェクトを引数として提供した場合、新旧データの間での違いだけが更新されます。 - 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