think-orm icon indicating copy to clipboard operation
think-orm copied to clipboard

PDOConnection.php文件

Open chenpinzhong opened this issue 3 years ago • 0 comments

PDOConnection.php文件 大概750行 public function getPDOStatement( ...... $sql=$sql.'/* XX程序--xx参数*/' ;//可以增加这个吗 或者有什么更好的方法 这样可以快速定位到具体 应用上的问题 // 预处理 $this->PDOStatement = $this->linkID->prepare($sql); )

chenpinzhong avatar Aug 12 '22 09:08 chenpinzhong