Welcome Guest, Not a member yet? Register   Sign In
How to add same content on many page
#7

[eluser]Colin Williams[/eluser]
Code:
function helper_function()
{
   $ci =& get_instance();
   $ci->load->model('some_model', 'some');
   $ci->some->do_something();
}


Messages In This Thread
How to add same content on many page - by El Forum - 11-09-2008, 04:41 PM
How to add same content on many page - by El Forum - 11-09-2008, 05:15 PM
How to add same content on many page - by El Forum - 11-09-2008, 05:15 PM
How to add same content on many page - by El Forum - 11-09-2008, 05:49 PM
How to add same content on many page - by El Forum - 11-09-2008, 06:00 PM
How to add same content on many page - by El Forum - 11-10-2008, 10:30 PM
How to add same content on many page - by El Forum - 11-10-2008, 11:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB