how do i add this function to the response.php file ?
example
(Plase remember that it is just an example below, and it would not work)
Code: Select all
if($this->config->get('some_status') == '1'){
echo 'hello';
}
error :
Fatal error: Uncaught Error: Call to a member function get() on null