Welcome Guest, Not a member yet? Register   Sign In
Help with helpers
#2

[eluser]Met[/eluser]
you can extend the default controller and place it in there, or as you say, you can put it in a helper.

Set the helper to autoload, then simply

Code:
//if not autoloading ~
$this->load->helper('my_helper');

$foo=$this->my_helper->my_function();

//etc


Messages In This Thread
Help with helpers - by El Forum - 08-31-2010, 01:28 AM
Help with helpers - by El Forum - 08-31-2010, 02:05 AM
Help with helpers - by El Forum - 08-31-2010, 02:50 AM
Help with helpers - by El Forum - 08-31-2010, 03:11 AM
Help with helpers - by El Forum - 08-31-2010, 03:45 AM
Help with helpers - by El Forum - 08-31-2010, 04:04 AM
Help with helpers - by El Forum - 08-31-2010, 04:17 AM
Help with helpers - by El Forum - 08-31-2010, 04:37 AM
Help with helpers - by El Forum - 08-31-2010, 10:02 AM
Help with helpers - by El Forum - 08-31-2010, 12:41 PM
Help with helpers - by El Forum - 08-31-2010, 02:33 PM
Help with helpers - by El Forum - 09-01-2010, 01:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB