Welcome Guest, Not a member yet? Register   Sign In
Loading module in another method doesn't work - hmvc wiredesignz
#2

You load the module then call the method in it:

PHP Code:
   
        $this
->load->module('template');
 
       $this->template->public_one_col($data); 

Just an example.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Loading module in another method doesn't work - hmvc wiredesignz - by InsiteFX - 04-22-2016, 04:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB