->find()

->find() -- find results

Synopsis

int $DB_DataObject->find ([boolean $autoFetch])

Description

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.

Parameter

Return value

int - number of fetched rows

Note

This function can not be called statically.

Example