Posted by Mads Lee Jensen on 09/21/07 15:20
Sorry for posting this message again. Im new with the google groups
and something seems wrong
maybe it is because i changed my email after posting to a valid email
i noticed the other didnt exists eny more
and i couldnt see the replys ..
My question is
how come it possible to access a class method with double colon,
without declaring the method static?
my test
class Test_1
{
public function hello()
{
echo 'Hello';
}
}
Test_1::hello();
[Back to original message]
|