HomeDeveloperHelpers

Helpers

Helpers help you with tasks. Each helper file is simply a collection of functions in a particular category. It is system defined functions which help to complete some task.
Loading a Helper
Loading a helper file is quite simple using the following method:
$this->load->helper('name');
Where name is the file name of the helper, without the .php file extension or the “helper” part.

Articles

Was this article helpful to you? Yes No