Re: [TYPO3-english] pi_exec_query and $addWhere parameter

2011-09-09 Thread Andrea Schmuttermair
Hi, you can try these Database Functions: $GLOBALS['TYPO3_DB']-exec_SELECTgetRows Page is in German, but Example should be fine: http://www.pi-phi.de/database-api.html Regards, Andrea Am 07.09.2011 21:13, schrieb Piotr Burda: Hi group I need to add some parameters to a query in my own

[TYPO3-english] pi_exec_query and $addWhere parameter

2011-09-07 Thread Piotr Burda
Hi group I need to add some parameters to a query in my own extension (simple list of products) I need to add: $addWhere = 'AND categories LIKE %spo%'; all code for query: $addWhere = 'AND categories LIKE %spo%'; $count = 1; list($this-internal['orderBy'],$this-internal['descFlag']) =