What is the difference between helper and library in codeigniter?
Answers
Answered by
1
A CodeIgniter helper is a set of related functions (Common functions) which you could use them within Models, Views, Controllers,.. everywhere. Once you load (include) that file, you can get access to the functions. But a Library is a class, which you need to make an instance of the class (by $this->load->library()
Similar questions
English,
8 months ago
Computer Science,
8 months ago
India Languages,
1 year ago
Physics,
1 year ago
Science,
1 year ago
Social Sciences,
1 year ago