Welcome Guest, Not a member yet? Register   Sign In
helper or Library
#2

[eluser]crumpet[/eluser]
a helper is just a collection of global functions
a library is a class

Libraries work in an object oriented way. Helpers generally just save you code
I will do an example comparing a form library and a form helper

Library Functions
set_fields(array $fields) //set all the fields in the form
set_action($action) //set the forms action
display() //prints out hte form based on the other functions you used

Helper
form_open($action) //prints a <form> tag with the action you want
form_input($name) //prints an input tag

hopefully you can see the difference


Messages In This Thread
helper or Library - by El Forum - 12-14-2008, 03:53 PM
helper or Library - by El Forum - 12-14-2008, 04:11 PM
helper or Library - by El Forum - 12-14-2008, 04:14 PM
helper or Library - by El Forum - 12-14-2008, 05:32 PM
helper or Library - by El Forum - 12-14-2008, 05:37 PM
helper or Library - by El Forum - 12-14-2008, 05:38 PM
helper or Library - by El Forum - 12-14-2008, 05:43 PM



Theme © iAndrew 2016 - Forum software by © MyBB