Welcome Guest, Not a member yet? Register   Sign In
HMVC issue
#3

(10-22-2015, 11:16 AM)davicotico Wrote: Your class Test should extend MX_Controller:

PHP Code:
class Test extends MX_Controller{



Changed that and still now luck.
If i try
Code:
$this->load->module('test');
        $this->test->sayhello();
i get

Code:
Message: Call to a member function sayhello() on a non-object

Filename: controllers/Home.php

Now just to clarify the controller i'm trying to call the modules controller is located in "applications/controllers" not in another modules controllers.
Reply


Messages In This Thread
HMVC issue - by Sentro - 10-22-2015, 09:01 AM
RE: HMVC issue - by davicotico - 10-22-2015, 11:16 AM
RE: HMVC issue - by Sentro - 10-22-2015, 03:14 PM
RE: HMVC issue - by Martin7483 - 10-22-2015, 03:45 PM
RE: HMVC issue - by Sentro - 10-23-2015, 12:43 AM
RE: HMVC issue - by Martin7483 - 10-23-2015, 12:54 AM
RE: HMVC issue - by Sentro - 10-23-2015, 01:03 AM
RE: HMVC issue - by Martin7483 - 10-23-2015, 01:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB