예제 #1
0
function showHelp($option)
{
    // ----------------------------------------------------------
    // Display the Help Screen
    // ----------------------------------------------------------
    # load presentation layer
    HTML_cloner::showHelp($option);
}
예제 #2
0
function showHelp($option)
{
    // ----------------------------------------------------------
    // Display the Help Screen
    // ----------------------------------------------------------
    // load presentation layer
    $html = new HTML_cloner();
    $html->showHelp($option);
}