单例模式实现mysql的PHP类.zip

weixin_39882200 11 0 ZIP 2020-08-16 09:08:07

<?php defined('ACC')||exit('Access Denied'); // 封装mysql操作类,包括连接功能,及查询功能. class mysql extends absdb{ protected static $ins = null; protected $host; // 主机名 protected $user; // 用户名 protected $passwd; // 密码 protected $db; // 数据库名 protected $port; // 端口 protected $con

用户评论
请输入评论内容
评分:
暂无评论