$this->db->query("" . 
            "INSERT INTO ".$this->table." (" . 
                    "`".$this->fields["id"]."`, " . 
                    "`".$this->fields["parent_id"]."`, " . 
                    "`".$this->fields["position"]."`, " .