Exemplo n.º 1
0
 function addWhere($expr, $_ = null)
 {
     $this->where[] = $this->db->expandPlaceholders(func_get_args());
     return $this;
 }