I have the code below:
(Step by step)
counter.txt
APPPATH . \'logs/counter.txt\'
counter_helper.p
I got it to work fine when I loaded the helper $this->load->helper('counter');
$this->load->helper('counter');
application > core > MY_Controller.php
load->helper('counter'); $this->count_visitor = count_visitor(); } }