Skip to content

Commit 1fc8af9

Browse files
author
obozdag
authored
docs: Delete unnecessary "Example:" in database/helpers.rst
Delete unnecessary "Example:" in database/helpers.rst
1 parent 3529d62 commit 1fc8af9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

user_guide_src/source/database/helpers.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ $db->countAll()
4242

4343
Permits you to determine the number of rows in a particular table.
4444
Submit the table name in the first parameter. This is part of Query Builder.
45-
Example:
4645

4746
.. literalinclude:: helpers/001.php
4847

@@ -51,7 +50,6 @@ $db->countAllResults()
5150

5251
Permits you to determine the number of rows in a particular result set.
5352
Submit the table name in the first parameter. This is part of Query Builder.
54-
Example:
5553

5654
.. literalinclude:: helpers/002.php
5755

0 commit comments

Comments
 (0)