table_name(true)." WHERE ".$this->filter($filter); $id and $sql.=" and id <> ".$id; return $this->db->selectrow($sql) ? true : false; } }