On Fri, 19 Nov 2004 03:16:14 +0100, Sylvain Girard <[EMAIL PROTECTED]> wrote:
>
> I'm taking a wild guess here, but doesn't that got anything to do with the
> public declaration of the method?
>
If I declare the method without the public declaration it bahaves the same ...
static function TestStatic()
{
}
Can be called also by using the name of an instanced var:
$test->TestStatic() continues working.
Regads,
Jordi.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php