Skip to content
saturngod edited this page Feb 14, 2012 · 2 revisions

Helper is a collection of function that you can call from controller , model or view.

$this->load->helper('helper_name');
$name = helper_function();