PHP Класс yii\test\DbFixture

DbFixture provides the [[db]] connection to be used by DB fixtures. For more details and usage information on DbFixture, see the guide article on fixtures.
С версии: 2.0
Автор: Qiang Xue ([email protected])
Наследование: extends Fixture
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$db the DB connection object or the application component ID of the DB connection. After the DbFixture object is created, if you want to change this property, you should only assign it with a DB connection object. Starting from version 2.0.2, this can also be a configuration array for creating the object.

Открытые методы

Метод Описание
init ( )

Описание методов

init() публичный Метод

public init ( )

Описание свойств

$db публичное свойство

the DB connection object or the application component ID of the DB connection. After the DbFixture object is created, if you want to change this property, you should only assign it with a DB connection object. Starting from version 2.0.2, this can also be a configuration array for creating the object.
public $db