示例#1
0
文件: PDO.php 项目: 4Publish/4p_core
 protected final function logReq($method, $req)
 {
     return Db::logReq($method, $req);
 }