本文整理汇总了PHP中Subject::getTable方法的典型用法代码示例。如果您正苦于以下问题:PHP Subject::getTable方法的具体用法?PHP Subject::getTable怎么用?PHP Subject::getTable使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类Subject
的用法示例。
在下文中一共展示了Subject::getTable方法的2个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: Device
<?php
require_once PLUGIN_DIR_PATH . 'admin/device.class.php';
require_once PLUGIN_DIR_PATH . 'admin/room.class.php';
require_once PLUGIN_DIR_PATH . 'admin/subject.class.php';
$args = ['fields' => ['display_name', 'id']];
$list_user = get_users($args);
$device = new Device();
$subject = new Subject();
$room = new Room();
$list_device = $device->getTable($where = "", $orderField = "matb", $groupByField = "");
$list_room = $room->getTable($where = "", $orderField = "maphong", $groupByField = "");
$list_subject = $subject->getTable($where = "", $orderField = "mamon", $groupByField = "");
?>
<div id="wpbody" role="main">
<div id="wpbody-content" aria-label="Nội dung chính" tabindex="0" style="overflow: hidden;">
<div class="wrap">
<h1><?php
_e('Quản lý thiết bị phòng thực hành', KC_DOMAIN);
?>
</h1>
<div id="welcome-panel" class="welcome-panel">
<input type="hidden" id="welcomepanelnonce" name="welcomepanelnonce" value="d0b9b07e0f"> <a class="welcome-panel-close" href="http://manager.dev/wp-admin/?welcome=0">Hủy</a>
<div class="welcome-panel-content">
<h3><?php
_e('Quản lý thiết bị môn học!', KC_DOMAIN);
?>
</h3>
示例2: Subject
<?php
require_once PLUGIN_DIR_PATH . 'admin/subject.class.php';
$class = new Subject();
$data = $class->getTable($where = "", $orderField = "mamon", $groupByField = "", Global_Define::KC_MANAGEMENT_ORDER . ' LIMIT ' . $class->num_item);
$num_page = $class->CountPage();
?>
<div id="wpbody" role="main">
<div id="wpbody-content" aria-label="Nội dung chính" tabindex="0" style="overflow: hidden;">
<div class="wrap">
<h1><?php
_e('Quản lý thiết bị phòng thực hành', KC_DOMAIN);
?>
</h1>
<div id="welcome-panel" class="welcome-panel">
<a class="welcome-panel-close" href="#">Hủy</a>
<div class="welcome-panel-content">
<h3><?php
_e('Quản lý môn học!', KC_DOMAIN);
?>
</h3>
<!-- Action select -->
<div id="tool-box">
<div class="tablenav top postbox-container block-none"></div>
<div class="tablenav top postbox-container select">