本文整理汇总了PHP中OA_Admin_Template::_function_ox_column_class方法的典型用法代码示例。如果您正苦于以下问题:PHP OA_Admin_Template::_function_ox_column_class方法的具体用法?PHP OA_Admin_Template::_function_ox_column_class怎么用?PHP OA_Admin_Template::_function_ox_column_class使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类OA_Admin_Template
的用法示例。
在下文中一共展示了OA_Admin_Template::_function_ox_column_class方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1:
<div class='clear'></div>
<div class='corner left'></div>
<div class='corner right'></div>
</div>
<table cellspacing='0' summary=''>
<thead>
<tr>
<th class='first toggleAll'>
<input type='checkbox' />
</th>
<th class='<?php
echo OA_Admin_Template::_function_ox_column_class(array('item' => 'name', 'order' => 'up', 'default' => 1), $this);
?>
'>
<?php
echo OA_Admin_Template::_function_ox_column_title(array('item' => 'name', 'order' => 'up', 'default' => 1, 'str' => 'Name', 'url' => "website-index.php"), $this);
?>
</th>
<?php
if ($this->_tpl_vars['showAdDirect']) {
?>
<th>
<?php
echo OA_Admin_Template::_function_t(array('str' => 'AdvertiserSignup'), $this);
?>
开发者ID:SamWinchester,项目名称:revive-adserver,代码行数:28,代码来源:%%8E^8E5^8E54329B%%website-index-list.html.php