本文整理汇总了PHP中group::show_searchtable方法的典型用法代码示例。如果您正苦于以下问题:PHP group::show_searchtable方法的具体用法?PHP group::show_searchtable怎么用?PHP group::show_searchtable使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类group
的用法示例。
在下文中一共展示了group::show_searchtable方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1:
//$page_style = '';
$page->setPageStyle($page_style);
$page->displayPageTop('full');
$ajax->Run('phplivex.js');
// Must be called inside the 'html' or 'body' tags
// **********************Start html for content column ****************************//
$notify->Notify();
?>
<div id="prl" style="display:none;"><img id="prl_image" src="images/spinner.gif" /></div>
<div id="content_column_header" style="background-color:#b2b2b2;">
<h2>GROUP</h2>
<div><?php
echo $group_display->ShowGroup();
?>
</div>
<h3>clone Selected Product</h3>
</div>
<div id="task_area" style="float:left;width: 49%;"><?php
echo $group_display->show_searchtable();
?>
</div>
<div id="show_detail" style="float:right;background-color:#b2b2b2; margin-top:8px;width: 49%;" ></div>
<?php
// **********************Closes the Content Column and begins Info Column ****************************//
$page->printContentColumnEnd();
// **********************Start code for Info Column ****************************//
?>
<?php
$page->displayPageBottom();