1, 'notin' => 1, 'not_in' => 1); if(isset($tmpArray[$operation])) { if(is_array($argument)) { $argument = implode($argument, ','); } $this->_value = '(' . $argument . ')'; } else { $this->_value = $argument; } } } /* End of file ConditionWithoutArgument.class.php */ /* Location: ./classes/db/queryparts/condition/ConditionWithoutArgument.class.php */