[FLOW3-general] ->getQuery()->execute() fails

Sebastian Kurfürst sebastian at typo3.org
Wed Aug 17 17:36:57 CEST 2011


Hey,

Are you sure you use the newest version?

I think I solved it with
http://git.typo3.org/FLOW3/Packages/FLOW3.git?a=commit;h=237b0ac74d86ab207e1ee7c1715f7bf364cb2fa7

However, you should *not* need to call getQuery->execute() on the query
result unless you have a very specific reason to do so.

Instead, you should think of the Query Result as *array*, and simply
iterate over it using Foreach.

Greets,
Sebastian


More information about the FLOW3-general mailing list