Closed williamespindola closed 9 years ago
Exist a method set the conditions instead use fluent interface, the work is like this:
$repository = $this->getRepository(); $repository->setCondition($criteria); return $repository->fetchAll($optimization[0]);
Exist a method set the conditions instead use fluent interface, the work is like this: