View Single Post
  #13 (permalink)  
Old 03-04-2008, 04:19 PM
xentek's Avatar
xentek xentek is offline
Senior Member
 
Join Date: Feb 2008
Posts: 112
Default

Find is intended for one line queries that look up off primary key id. fetchAll has the flexiblity to handle more complex queries.

If you need something more than:

SELECT * FROM table WHERE id = 0

Then you've shot past find's intended use. That's all I'm arguing.
Reply With Quote