本文整理汇总了PHP中Period::showSearchForm方法的典型用法代码示例。如果您正苦于以下问题:PHP Period::showSearchForm方法的具体用法?PHP Period::showSearchForm怎么用?PHP Period::showSearchForm使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类Period
的用法示例。
在下文中一共展示了Period::showSearchForm方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: array
exit;
//after return xml shall not run more code.
break;
case "save":
//process submited xml data from grid
$o->savePeriod();
break;
default:
case "generatePeriod":
//process submited xml data from grid
$o->generateYear = $_REQUEST['generateYear'];
$o->generatePeriod();
$arr = array("status" => 1);
echo json_encode($arr);
break;
default:
include "menu.php";
$xoTheme->addStylesheet("{$url}/modules/simantz/include/popup.css");
$xoTheme->addScript("{$url}/modules/simantz/include/popup.js");
$xoTheme->addScript('browse.php?Frameworks/jquery/jquery.js');
$xoTheme->addScript("{$url}/modules/simantz/include/nitobi/nitobi.toolkit.js");
$xoTheme->addStylesheet("{$url}/modules/simantz/include/nitobi/nitobi.grid/nitobi.grid.css");
$xoTheme->addScript("{$url}/modules/simantz/include/nitobi/nitobi.grid/nitobi.grid.js");
$xoTheme->addScript("{$url}/modules/simantz/include/firefox3_6fix.js");
$o->yearctrl = $ctrl->getSelectYear();
$o->showSearchForm();
//produce search form, comment here to hide search form
$o->getPeriodform();
require XOOPS_ROOT_PATH . '/footer.php';
break;
}