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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,9 +107,11 @@ if ($id)
107
107
echo 'user was created. Id=' . $id;
108
108
else
109
109
echo 'insert failed: ' . $db->getLastError();
110
-
111
110
```
112
111
112
+
### Replace Query
113
+
replace() method implements same API as insert();
114
+
113
115
### Update Query
114
116
```php
115
117
$data = Array (
@@ -294,17 +296,17 @@ echo "Showing {$count} from {$db->totalCount}";
294
296
```
295
297
296
298
### Query Keywords
297
-
To add LOW PRIORITY | DELAYED | HIGH PRIORITY | IGNORE and the rest of mysql keywords to INSERT , SELECT , UPDATE, DELETE query:
299
+
To add LOW PRIORITY | DELAYED | HIGH PRIORITY | IGNORE and the rest of the mysql keywords to INSERT (), REPLACE (), GET (), UPDATE (), DELETE() method:
0 commit comments