What is the difference between helper and library in codeigniter?



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

Post New Answer

More CodeIgniter Interview Questions

Who created codeigniter?

1 Answers  


Which is better laravel or codeigniter?

1 Answers  


What is codeigniter library and how we can load it?

1 Answers  


Is codeigniter good for large applications?

1 Answers  


Which is better codeigniter or laravel?

1 Answers  


Is codeigniter a cms?

1 Answers  


What is the default url pattern used in codeigniter framework?

1 Answers  


What are the xss security parameters?

1 Answers  


How to use core folder in codeigniter?

1 Answers  


List the databases supported by codeigniter?

1 Answers  


Does codeigniter prevent sql injection?

1 Answers  


Explain url helper?

1 Answers  


Categories