> 1. static classes:
> static classes can only contain static methods and attributes
>

what would be even easier than the above:
if a class is declared "static" or "final static", the attributes and methods in that function are static by default, so you don't need to type static on every method and attribute.


Regards, Michael

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to