安装校验

feat/task1-c-wallet
gongfuxiang 2019-05-13 00:49:56 +08:00
parent cdb0c8f077
commit 2079bcf05a
1 changed files with 18 additions and 0 deletions

View File

@ -524,6 +524,24 @@
<?php endif ?>
</td>
</tr>
<tr class="<?php if(class_exists('mysqli')){ echo 'yes'; } else { echo 'am-danger'; } ?>">
<td>mysqli 类</td>
<td>支持</td>
<td>
<?php if (class_exists('mysqli')): ?>
支持
<?php else: ?>
不支持
<?php endif ?>
</td>
<td>
<?php if (class_exists('mysqli')): ?>
<?php else: ?>
×
<?php endif ?>
</td>
</tr>
<tr class="<?php if(class_exists('pdo')){ echo 'yes'; } else { echo 'am-danger'; } ?>">
<td>pdo 类</td>
<td>支持</td>