本文整理匯總了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();