where("LOCATE('{$this->getValue()}', {$this->getDbName()}) != 0"); } public function isEmpty() { return $this->getValue() == null || $this->getValue() == ''; } } ?>