CodeIgniter Forums
newbi question driver vs library vs helper - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: newbi question driver vs library vs helper (/showthread.php?tid=48120)



newbi question driver vs library vs helper - El Forum - 01-05-2012

[eluser]transformer[/eluser]
what is the different between driver and library and helper?? when we will have to use or make a driver, library or helper??


newbi question driver vs library vs helper - El Forum - 05-15-2012

[eluser]Shahgeb[/eluser]
some thing like you have bunch of code with having services to same module like uploading image with crop functionality called library.

but if you talk about helper you just have a function in any helper let say in text helper you have functionality limit character and you can have there functionality like readable
form memory size in text helper.

more have different way of calling helper and library as mentioned above....