CodeIgniter v4.5 API

Database

Table of Contents

Classes

CreateDatabase
Creates a new database.
Migrate
Runs all new migrations.
MigrateRefresh
Does a rollback followed by a latest to refresh the current state of the database.
MigrateRollback
Runs all of the migrations in reverse order, until they have all been unapplied.
MigrateStatus
Displays a list of all migrations and whether they've been run or not.
Seed
Runs the specified Seeder file to populate the database with some data.
ShowTableInfo
Get table data if it exists in the database.

        
On this page

Search results