Timeline for What is the difference between library and model in CodeIgniter Framework?
Current License: CC BY-SA 2.5
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 24, 2010 at 16:32 | vote | accept | Eastern Monk | ||
| Nov 22, 2010 at 21:20 | comment | added | treeface | @Akshar There is some overlap in concepts at times, but a library can be thought of as a singleton class that is mostly (if not fully) independent of that particular CI application. There are no strict rules as to what you can do with a library, but if you want an idea of what a library should do, take a look at some of the native CI libraries, like the image_lib. | |
| Nov 22, 2010 at 15:50 | comment | added | Eastern Monk | With reference to your view on library, I thought the said functionality was achieved through "modules" in CI. | |
| Nov 22, 2010 at 14:56 | history | answered | Andy Copley | CC BY-SA 2.5 |