What is the difference between helper and library in codeigniter?
Answer / 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 |
Who created codeigniter?
Which is better laravel or codeigniter?
What is codeigniter library and how we can load it?
Is codeigniter good for large applications?
Which is better codeigniter or laravel?
Is codeigniter a cms?
What is the default url pattern used in codeigniter framework?
What are the xss security parameters?
How to use core folder in codeigniter?
List the databases supported by codeigniter?
Does codeigniter prevent sql injection?
Explain url helper?