Welcome Guest, Not a member yet? Register   Sign In
i am good in php and bad in classes ( simple question )
#2

[eluser]danmontgomery[/eluser]
Code:
class Hello {
    function test2() {
        echo 'hello world';
    }
}

class Test {
    public $hellow;

    function test() {
        $this->hellow = new Hello();
    }
}

$name = new Test();
$name->hellow->test2();


Messages In This Thread
i am good in php and bad in classes ( simple question ) - by El Forum - 08-25-2010, 03:23 PM
i am good in php and bad in classes ( simple question ) - by El Forum - 08-25-2010, 03:26 PM
i am good in php and bad in classes ( simple question ) - by El Forum - 08-25-2010, 03:46 PM
i am good in php and bad in classes ( simple question ) - by El Forum - 08-25-2010, 03:53 PM
i am good in php and bad in classes ( simple question ) - by El Forum - 08-25-2010, 06:22 PM



Theme © iAndrew 2016 - Forum software by © MyBB