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

View this page in Last updated: Mon, 02 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

->find()

->find() -- find results

Opis

The find method builds and executes the current Query, based on the object variables and any WhereAdd() conditions , If the AutoFetch is TRUE, then it will also call the fetch method automatically.

Parametr

  • boolean $autoFetch - fetch first result

Zwracana wartość

int - number of rows found, only if the database backend supports the numRows() method. Otherwise 1 (or in versions after 1.7.13, true will returned)

Uwagi

Ta funkcja nie może być wywołana statycznie.

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

Download Documentation Last updated: Mon, 02 Jul 2007
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.