| Аргумент | Возможный тип | Описание |
| $data | — | — |
$this->db->query("INSERT INTO " . DB_PREFIX . "store SET name = '" . $this->db->escape($data['config_name']) . "', `url` = '" . $this->db->escape($data['config_url']) . "', `ssl` = '" . $this->db->escape($data['config_ssl']) . "'");
$this->cache->delete('store');
return $this->db->getLastId();