[TYPO3-mvc] query->Like

Christian Schwan - Dimme GmbH christian.schwan at dimme.ch
Wed Jun 16 13:36:32 CEST 2010


Thx Sebastian, works great

-----Ursprüngliche Nachricht-----
Von: typo3-project-typo3v4mvc-bounces at lists.typo3.org
[mailto:typo3-project-typo3v4mvc-bounces at lists.typo3.org] Im Auftrag von
Sebastian Kurfürst
Gesendet: Mittwoch, 16. Juni 2010 11:39
An: typo3-project-typo3v4mvc at lists.typo3.org
Betreff: Re: [TYPO3-mvc] query->Like

Hey,
You can do the following:

$orElements = array();
foreach (.....) {
	$orElements[] = $query->like(..);
}

$query->matching($query->logicalOr($orElements));

Greets,
Sebastian
_______________________________________________
TYPO3-project-typo3v4mvc mailing list
TYPO3-project-typo3v4mvc at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc
Eingehende eMail ist virenfrei.
Von AVG Free SB überprüft - www.avg.de 
Version: 9.0.829 / Virendatenbank: 271.1.1/2936 - Ausgabedatum: 06/15/10
20:35:00 

Ausgehende eMail ist virenfrei.
Von AVG Free SB überprüft - www.avg.de 
Version: 9.0.829 / Virendatenbank: 271.1.1/2936 - Ausgabedatum: 06/15/10
20:35:00 



More information about the TYPO3-project-typo3v4mvc mailing list