Re: [PHP-DEV] PHP 4.0 Bug #9005: Static classes sometimes have a $this pointer

2001-01-30 Thread Arno A. Karner
[EMAIL PROTECTED] wrote: i dissagree $this in a static object should point to the default declared object, and if that is unacceptable because u want the the default data to be read only, then it should be allowed for methods at least. example class lubas class { var $tbl = ""; var $fmt

[PHP-DEV] class::method(params...)

2001-01-23 Thread Arno A. Karner
had some time so was reading php-dev and saw some write about this instansless/dataless? classs coding class::method(params...); and thought ureeka thats what ive been looking for i dont want to create instances just so i can use methods Q1 is it, will it be supported in future (works? my