We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c23bc4c + dc050da commit 759344eCopy full SHA for 759344e
2 files changed
user_guide_src/source/dbmgmt/forge.rst
@@ -41,7 +41,7 @@ Returns true/false based on success or failure:
41
.. literalinclude:: forge/003.php
42
43
An optional second parameter set to true will add ``IF EXISTS`` statement
44
-or will check if a database exists before create it (depending on DBMS).
+or will check if a database exists before creating it (depending on DBMS).
45
46
.. literalinclude:: forge/004.php
47
user_guide_src/source/dbmgmt/index.rst
@@ -7,7 +7,7 @@ CodeIgniter comes with tools to restructure or seed your database.
7
.. toctree::
8
:titlesonly:
9
10
- Database Manipulation with Database Forge <forge>
+ Database Forge <forge>
11
Database Migrations <migration>
12
Database Seeding <seeds>
13
db_commands
0 commit comments