CGI print engine is moved to FML::Command:: class. However FML::Command:: does not contains all content of print engine. By object composition, some modules use methods FML::CGI:: provides. For example, subscribe command internal is as follows.
FML::CGI::Admin::Main -> FML::Command::Admin::subscribe -> FML::CGI::Admin::User -> SCREENThe flow goes and back again like trampolin mechanism.
Copyright (C) 1993-2025 Ken'ichi Fukamachi mail:< fukachan at fml.org >