You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The code is heavily commented and generates no warnings/errors/notices when PHP'
18
18
19
19
> <br/>:microscope: See the [debugging console](https://stefangabos.github.io/Zebra_Database/examples/index.html) in action<br/><br/>
20
20
21
-
## Features
21
+
## Key Features of this PHP MySQLi Wrapper
22
22
23
23
- it uses the [mysqli extension](https://www.php.net/manual/en/book.mysqli.php) extension for communicating with the database instead of the old *mysql* extension, which is officially deprecated as of PHP v5.5.0 and will be removed in the future; **this is not a wrapper for the PDO extension which is already a wrapper in itself!**
24
24
@@ -40,11 +40,11 @@ The code is heavily commented and generates no warnings/errors/notices when PHP'
40
40
41
41
- code is heavily commented and generates no warnings/errors/notices when PHP's error reporting level is set to **E_ALL**
0 commit comments