Skip to content

Instantly share code, notes, and snippets.

@bwaidelich
bwaidelich / ProductRepository.php
Last active December 16, 2015 12:19
This snippet shows you how you can use Fluid widgets with DQL queries in TYPO3.Flow today with a little hack
<?php
namespace Your\Package\Domain\Repository;
use TYPO3\Flow\Annotations as Flow;
use TYPO3\Flow\Persistence\Doctrine\Repository;
use TYPO3\Flow\Reflection\ObjectAccess;
/**
* @Flow\Scope("singleton")
*/