提交 2079bcf0 编写于 作者: G gongfuxiang

安装校验

上级 cdb0c8f0
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册