Ticket #1450 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

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

Changed 10 months ago by jwage

  • milestone set to 1.0.2

Changed 10 months ago by jwage

  • status changed from new to closed
  • resolution set to fixed

(In [4957]) fixes #1450

Note: See TracTickets for help on using tickets.