Difference between helpers and libraries in codeigniter
Answers
Answered by
0
A codelginter helper is set of a related function (common function) which you could use them within models, views, controollers everywhere .once you load that file you can get access to the function . but a library is a class which you need to make an instance of the class .
dhawaleashum11:
This is right???
Similar questions