Google News
logo
CodeIgniter - Interview Questions
What are Helpers in Codeigniter?
Helpers is the feature in codeigniter where it assists the user in performing specific function. The helper will vary according to the function it’d be assisting such as url helpers will assist in creating links whereas text helpers assist in performing text formatting routines.
Advertisement