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.
|