ci = $ci; $this->conf = $ci->get('conf'); $this->linkDb = $ci->get('db'); if ($this->conf->get('dev.debug', false)) { $this->jsonStyle = JSON_PRETTY_PRINT; } else { $this->jsonStyle = null; } } }