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 (qiang.xue@gmail.com)
상속: extends Fixture
예제 #1
0
 /**
  * @inheritdoc
  */
 public function unload()
 {
     parent::unload();
     $this->data = [];
     $this->_models = [];
 }