mysqli icon indicating copy to clipboard operation
mysqli copied to clipboard

Results 3 mysqli issues
Sort by recently updated
recently updated
newest added

mysqli的事务怎么写 没有示例,尝试直接使用都是没有效果的

在 replacePlaceHolders函数中,使用了is_numeric来判断参数类型,没有使用gettype拿到的类型。看了下好像改成is_int和is_double了,没问题了

![image](https://user-images.githubusercontent.com/29574366/101280249-0d0dd600-3803-11eb-8f32-237e058d491d.png) 在数据库字段为关键词时,直接使用field方法声明字段会报错,如下: ![image](https://user-images.githubusercontent.com/29574366/101280288-4b0afa00-3803-11eb-970f-3ad728daaaf4.png) 需要手动在字段上增加“``”反引号才不会报错,querybuilder这里是不是应该给字段自动增加一下反引号