adspace


What is difference between library and helper in codeigniter?

Answer Posted / Nand Kishore

A CodeIgniter library provides a collection of reusable functions to perform common tasks, while a helper provides smaller, utility functions that are not intended for repeated use across multiple controllers or models. Libraries are loaded automatically when needed, while helpers must be manually loaded.

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