$this->config->get($key);
Get a config setting from the database based on it’s key.
$this->config->set($key, $value);
Create a new config setting with a new key and value, used mainly for installing modules.
$this->config->has($key);
Checks to see if the config table has a setting with a particular key.
$this->config->load($filename);
Load a file within OpenCart.