Welcome Guest, Not a member yet? Register   Sign In
using database library calls within a helper
#2

[eluser]InsiteFX[/eluser]
Hi AF,

you can do something like this in helpers.

Code:
function your_function
{
   $CI =& get_instance();
   return $CI->your_return_value;
}

Enjoy
InsiteFX


Messages In This Thread
using database library calls within a helper - by El Forum - 08-30-2009, 07:19 PM
using database library calls within a helper - by El Forum - 08-30-2009, 09:34 PM
using database library calls within a helper - by El Forum - 08-30-2009, 10:17 PM
using database library calls within a helper - by El Forum - 08-30-2009, 10:45 PM
using database library calls within a helper - by El Forum - 08-31-2009, 02:18 AM
using database library calls within a helper - by El Forum - 08-31-2009, 07:23 AM
using database library calls within a helper - by El Forum - 08-31-2009, 09:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB