Ejemplo n.º 1
0
 public function onSelect(\Extasy\ORM\QueryBuilder $query)
 {
     if (!$this->ignore) {
         $query->setWhere($this->szFieldName, $this->aValue);
     }
 }