[HOME] [github] [twitter] [blog] [fml4] [fml8] [北海道] Powered by NetBSD and [nuinui.net] .

CGI Implementation: Inheritance Among CGI Classes

@ISA of config.cgi follows:

FML::CGI::Menu   FML::Process::CGI::Kernel FML::Process::CGI::Param
In the case of thread.cgi, @ISA is
FML::CGI::Thread FML::Process::CGI::Kernel FML::Process::CGI::Param

.cgi specific codes locate at FML::CGI:: class layer.

FML::Process::CGI::Kernel provides the main part of CGI process and CGI specific function run_cgi_XXX(). If needed, FML::CGI:: class overloads this layer. Currently, the following methods in FML::Process::CGI::Kernel are not used.

run_cgi_log
run_cgi_dummy
run_cgi_date

[HOME] [github] [twitter] [blog] [fml4] [fml8] [北海道] Powered by NetBSD and [nuinui.net] .
Copyright (C) 1993-2022 Ken'ichi Fukamachi mail:< fukachan at fml.org >