[Flow] Use Query to delet data from repository
Søren Malling
soren.malling at gmail.com
Thu Jul 25 10:11:57 CEST 2013
foreach($queryResult->toArray() as $result) {
$repository->remove($result);
}
Could that do the trick?
On Thu, Jul 25, 2013 at 9:06 AM, Christian Loock <chl at vkf-renzel.de> wrote:
> Hi,
>
> just a quick question: Is there a way to use the result of a query to
> delete database entries?
>
> Greetings,
>
> Christian
> ______________________________**_________________
> Flow mailing list
> Flow at lists.typo3.org
> http://lists.typo3.org/cgi-**bin/mailman/listinfo/flow<http://lists.typo3.org/cgi-bin/mailman/listinfo/flow>
>
More information about the Flow
mailing list