예제 #1
0
 public function __construct($service)
 {
     parent::__construct($service);
     $this->qb->join("p.gallery", "g");
 }
예제 #2
0
파일: Finder.php 프로젝트: janmarek/Neuron
 public function __construct($service)
 {
     parent::__construct($service);
     $this->qb->join('c.commentGroup', 'g');
 }