{Child Class}::staticGet() (Previous) (Next) ->fetch()

View this page in Last updated: Sun, 05 Oct 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

->find()

->find() -- 結果を検索する

説明

find メソッドは、オブジェクト変数と WhereAdd() 条件に基づいた現在のクエリを作成し実行します。 もし、AutoFetch が TRUE ならは、 fetch メソッドも自動的にコールされます。

パラメータ

  • boolean $autoFetch - 最初の結果をフェッチするかどうかを指定します

返り値

int - データベースバックエンドが numRows() メソッドをサポートする場合は見つかった件数。そうでなければ 1 (あるいは、1.7.13以降は true が返されます)

注意

この関数は、スタティックにコールする ことはできません。

{Child Class}::staticGet() (Previous) (Next) ->fetch()

Download Documentation Last updated: Sun, 05 Oct 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.