Welcome Guest, Not a member yet? Register   Sign In
i having a problem with parent
#2

[eluser]cahva[/eluser]
Dont use PHP4 style constructors. I dont know if thats the actual problem but your constructor should look like this(replacing the function Blog() ):
Code:
function __construct()
{
  parent::__construct();
}


Messages In This Thread
i having a problem with parent - by El Forum - 08-04-2011, 02:56 PM
i having a problem with parent - by El Forum - 08-04-2011, 06:25 PM
i having a problem with parent - by El Forum - 08-06-2011, 09:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB