Question:What is a library?
Answer A CodeIgniter library is simply a class file that abstracts functionality into easy-to-use functions tha take much of the strain off the developer. The term "class" and "library" are used interchangeably in CodeIgniter.
+ Report
What is a library?