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.
1 parent 3529d62 commit 1fc8af9Copy full SHA for 1fc8af9
user_guide_src/source/database/helpers.rst
@@ -42,7 +42,6 @@ $db->countAll()
42
43
Permits you to determine the number of rows in a particular table.
44
Submit the table name in the first parameter. This is part of Query Builder.
45
-Example:
46
47
.. literalinclude:: helpers/001.php
48
@@ -51,7 +50,6 @@ $db->countAllResults()
51
50
52
Permits you to determine the number of rows in a particular result set.
53
54
55
56
.. literalinclude:: helpers/002.php
57
0 commit comments