Welcome Guest, Not a member yet? Register   Sign In
what are the differences between libraries, helpers and plugins in CI ?
#2

[eluser]bretticus[/eluser]
Besides the manual that explains these all quite well...

libraries: Utility classes where object state is important (payment gateways, authentication, etc.)

helpers: Collections of related functions (not classes) that do repetitive tasks (strings, arrays, etc.)

plugins: A simple way to drop in third party classes. Typically, the whole process is called with a single wrapper function. (deprecated in the upcoming version 2.0 of CodeIgniter.)


Messages In This Thread
what are the differences between libraries, helpers and plugins in CI ? - by El Forum - 03-15-2010, 10:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB