protected function DoPrepare() { parent::DoPrepare(); $this->ResetDB(); MetaModel::DBCheckIntegrity(); }
protected function DoPrepare() { parent::DoPrepare(); if (!MetaModel::DBExists(false)) { MetaModel::DBCreate(); } // something here to create records... but that's another story }