mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-02 21:41:36 +08:00
文件注释规范调整
This commit is contained in:
@@ -8,12 +8,13 @@
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: liu21st <liu21st@gmail.com>
|
||||
// +----------------------------------------------------------------------
|
||||
// $Id$
|
||||
|
||||
namespace Think\Db;
|
||||
use Think\Config;
|
||||
use Think\Debug;
|
||||
use Think\Log;
|
||||
use PDO;
|
||||
|
||||
abstract class Driver {
|
||||
// PDO操作实例
|
||||
protected $PDOStatement = null;
|
||||
|
||||
Reference in New Issue
Block a user