What is difference between library and helper in codeigniter?
Answer / 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 |
What do you mean by routing in codeigniter?
How to initialize a driver in codeigniter?
Explain url helper?
What is codeigniter and how it works?
List the new features of codelgniter?
What is difference between laravel and codeigniter?
What are the security parameter for xss in codeigniter?
What are hooks in codeigniter?
What is base url in codeigniter?
Explain what is codeigniter?
Is codeigniter good for large applications?
What is config file in codeigniter?