adspace


What is the difference between helper and library in codeigniter?

Answer Posted / Satpal Singh Rawat

In CodeIgniter, a helper is a collection of utility functions that can be included in your application to perform common tasks. A library, on the other hand, is a more complex module containing multiple classes and functions, often used for larger and more specific functionality.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to add / link an images/css/javascript from a view in ci?

717