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