Skip to content

Instantly share code, notes, and snippets.

@Avalarion
Avalarion / gist:3979140
Created October 30, 2012 09:03
[TYPO3][ExtBase] Query -> IN Example
<?php
/**
* Find all BadWords from the wordlist
*
* @param array[String] $wordList
* @return Tx_Extbase_Persistence_QueryResult
*/
public function findByBadWordList($wordList) {
$query = $this->createQuery();
$query->matching(