real_field == 'basedn' || $this->real_field == 'filter') { $add_method = 'add_' . $this->real_field; $this->query->$add_method($this->argument); } else { $this->query->add_where(0, $this->real_field, $this->argument, '='); } } }