[TYPO3-irre] Querying an IRRE structure: best practice?
Francois Suter
fsuter at cobweb.ch
Sun Aug 31 21:05:27 CEST 2008
Hi all,
I'm doing my first extension using IRRE and I was wondering about how
you query such a structure. As far as I could see there's no IRRE
equivalent to methods such as t3lib_db::exec_SELECT_mm_query().
This would mean that I have to assemble the query myself and execute it
using t3lib_db::sql_query() since all other exec_* methods from t3lib_db
don't accept an already fully formatted SQL query.
Is that correct or have I missed something?
Cheers
--
Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch
More information about the TYPO3-project-irre
mailing list