1.

What is a helper in CodeIgniter?

Answer»
  • HELPERS are the group of functions that are USEFUL in ASSISTING the USER to perform SPECIFIC tasks.
  • There are three types of helper files. They are:
    • URL helpers: Used for creating the links.
    • Text helpers: Used for the formatting of text.
    • Cookies helpers: Used to read and manage cookies.


Discussion

No Comment Found