Esempio n. 1
0
 function installDB()
 {
     if (Loader::includeModule($this->MODULE_ID))
     {
         \Iiko\DB\ModifiersTable::getEntity()->createDbTable();
         \Iiko\DB\ElementModifiersTable::getEntity()->createDbTable();
         \Iiko\DB\HashTable::getEntity()->createDbTable();
     }
 }