Ticket #1450 (closed defect: fixed)
wrong documented API
| Reported by: | warden | Owned by: | jwage |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0.3 |
| Component: | Documentation | Version: | 1.0.0 |
| Severity: | Keywords: | ||
| Cc: | Has Test: | no | |
| Status: | Pending Core Response | Has Patch: | no |
Description
http://www.doctrine-project.org/Doctrine_Table/1_0#method_findbydql
Doctrine::FETCH_* should be Doctrine::HYDRATE_*
besides, what are "query params" ? I would expect those are the things that are after WHERE clause, whereas the first parameter is described as that.
Is there a simple method of finding a record by passing an array of "field/values" ? (i.e. finding a record on multiple id fields, like where x_id = 2 and y_id = 5 and z_id =3
Change History
Note: See
TracTickets for help on using
tickets.