We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c148890 + b4add72 commit bb97dbdCopy full SHA for bb97dbd
user_guide_src/source/database/examples.rst
@@ -87,7 +87,7 @@ Standard Insert
87
88
$sql = "INSERT INTO mytable (title, name) VALUES (".$db->escape($title).", ".$db->escape($name).")";
89
$db->query($sql);
90
- echo $db->getAffectedRows();
+ echo $db->affectedRows();
91
92
Query Builder Query
93
===================
0 commit comments