File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
user_guide_src/source/dbmgmt Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Returns true/false based on success or failure:
4141.. literalinclude :: forge/003.php
4242
4343An 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).
44+ or will check if a database exists before creating it (depending on DBMS).
4545
4646.. literalinclude :: forge/004.php
4747
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ CodeIgniter comes with tools to restructure or seed your database.
77.. toctree ::
88 :titlesonly:
99
10- Database Manipulation with Database Forge <forge >
10+ Database Forge <forge >
1111 Database Migrations <migration >
1212 Database Seeding <seeds >
1313 db_commands
You can’t perform that action at this time.
0 commit comments