Welcome Guest, Not a member yet? Register   Sign In
Command Line: IS_CLI
#11

[eluser]CroNiX[/eluser]
Also, it should be

Code:
public function __construct()
{
  parent::__construct(); //you're missing the two __
}
#12

[eluser]Tiến Thành[/eluser]
Thank CroNix so much.
#13

[eluser]Tiến Thành[/eluser]
[quote author="CroNiX" date="1349932649"]Also, it should be

Code:
public function __construct()
{
  parent::__construct(); //you're missing the two __
}
[/quote]

Yes, i've tested controllers with the same code, but it's not working.




Theme © iAndrew 2016 - Forum software by © MyBB