Example #1
0
 public function crossJoin($ref, $alias)
 {
     $this->from->crossJoin($ref, $alias);
     return $this;
 }