PHP Class Seeder, ci-phpunit-test

Afficher le fichier Open project: kenjis/ci-phpunit-test Class Usage Examples

Protected Properties

Свойство Type Description
$db
$dbforge
$seedPath

Méthodes publiques

Méthode Description
__construct ( )
__get ( $property )
call ( string $seeder ) Run another seeder
setPath ( string $path ) Set path for seeder files

Method Details

__construct() public méthode

public __construct ( )

__get() public méthode

public __get ( $property )

call() public méthode

Run another seeder
public call ( string $seeder )
$seeder string Seeder classname

setPath() public méthode

Set path for seeder files
public setPath ( string $path )
$path string

Property Details

$db protected_oe property

protected $db

$dbforge protected_oe property

protected $dbforge

$seedPath protected_oe property

protected $seedPath