[eluser]Bhushan[/eluser]
Hi all,
i m new to codeigniter.i have created function in helper and want to access it from controller but it shows 'Call to undefined method'
how can i do this?
helper file is stored in application/helper.
i have loaded helper file using $this->load->helper('MY_array_helper');
then i used function as $data['result']=$this->getdata();