PHP Class Seeder, ci-phpunit-test

Mostrar archivo Open project: kenjis/ci-phpunit-test Class Usage Examples

Protected Properties

Property Type Description
$db
$dbforge
$seedPath

Public Methods

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

Method Details

__construct() public method

public __construct ( )

__get() public method

public __get ( $property )

call() public method

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

setPath() public method

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