$DBGroup
$DBGroup : string
The name of the database group to use.
Class Seeder
$config : \CodeIgniter\Config\BaseConfig
An instance of the main Database configuration
$db : \CodeIgniter\Database\BaseConnection
Database Connection instance
$forge : \CodeIgniter\Database\Forge
Database Forge instance.
__construct(\CodeIgniter\Config\BaseConfig $config, \CodeIgniter\Database\BaseConnection $db = null)
Seeder constructor.
\CodeIgniter\Config\BaseConfig | $config | |
\CodeIgniter\Database\BaseConnection | $db |
setPath(string $path) : \CodeIgniter\Database\Seeder
Sets the location of the directory that seed files can be located in.
string | $path |
setSilent(boolean $silent) : \CodeIgniter\Database\Seeder
Sets the silent treatment.
boolean | $silent |
Loading…