Jnr PHP/Codeigniter Developer Question:

Download Job Interview Questions and Answers PDF

Tell us what helpers in CodeIgniter are and how you can load a helper file?

Jnr PHP/Codeigniter Developer Interview Question
Jnr PHP/Codeigniter Developer Interview Question

Answer:

In CodeIgniter, helpers are group of function in a particular category that assist you to perform specific functions. In CodeIgniter, you will find many helpers like URL helpers- helping in creating links, Text helpers- perform various text formatting routines, Cookies- helpers set and read cookies. You can load helper file by using command $this->load->helper (‘name’) ;

Download Jnr PHP/Codeigniter Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know what is inhibitor in CodeIgniter?Tell me what Is a Persistent Cookie?