コード例 #1
0
                                $this->formArray[$key] = $value;
                            }
                        }
                    }
                }
                $this->tpl->set_block("rptsTemplate", "personID", "personIDBlock");
                $this->tpl->set_var("personIDBlock", "");
                $this->tpl->set_block("rptsTemplate", "ACK", "ACKBlock");
                $this->tpl->set_var("ACKBlock", "");
        }
        $this->setForm();
        $this->tpl->parse("templatePage", "rptsTemplate");
        $this->tpl->finish("templatePage");
        $this->tpl->p("templatePage");
    }
}
#####################################
# Define Procedures and Functions
#####################################
##########################################################
# Begin Program Script
##########################################################
//*
page_open(array("sess" => "rpts_Session"));
//*/
$personEncode = new PersonEncode($HTTP_POST_VARS, $personID, $formAction, $sess, $ownerID, $odID, $locID);
$personEncode->main();
?>

<?php 
page_close();