</th> <th> <a href="#">Lượt xem</a> </th> <th> <a href="#">Lượt tải</a> </th> <th style="width: 40px;"> Tác vụ </th> </tr> </thead> <tbody> <!--Danh sách tài khoản--> <?php $dsTaiLieu = TaiLieu::LayTatCa(); foreach ($dsTaiLieu as $tl) { ?> <tr id="<?php echo 'tailieu' . $tl->ID; ?> " content='<?php echo json_encode($tl, JSON_UNESCAPED_UNICODE); ?> '> <td> <?php echo $tl->Ten; ?> </td>