$sql[] = "" . 
                    "INSERT INTO `".$this->table."` (" . 
                        "`".$this->fields["parent_id"]."`, " . 
                        "`".$this->fields["position"]."`, " . 
                        "`".$this->fields["left"]."`, " .