Welcome Guest, Not a member yet? Register   Sign In
Call Controller !
#1

[eluser]Ngua Go[/eluser]
i have a prolem, i want call a other Controller
as:
Code:
$this->controller('class/method');

Help me, please !
#2

[eluser]Bart v B[/eluser]
Something like this?

Code:
$this->class->method();
#3

[eluser]Ngua Go[/eluser]
I just wanted to call in the contents of a controller in a model or a views or a Controller
#4

[eluser]WanWizard[/eluser]
If you want to call other controllers, you need an HMVC solution. There are several available, check the wiki.
#5

[eluser]Codeigniter Coder[/eluser]
$this->class->method(); solve my problem.




Theme © iAndrew 2016 - Forum software by © MyBB