|
PHP fixture loader. Loads fixtures that are plain PHP files. PHP files have access to a "global" variable named $data that should be filled with the fixture data. Located in /fixture/class.atkphpfixtureloader.inc [line 28] atkAbstractFixtureLoader | --atkPHPFixtureLoaderAuthor(s):
|
| Inherited Properties | Inherited Methods |
|---|---|
|
Inherited From atkAbstractFixtureLoader
|
|
Loads and returns the fixture data from the given file.
Parameters:| string | $path: | fixture file path |
| Return: | fixture data |
