11-05-2007, 11:47 PM
|
#1 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
|
PHP6 Wishlist
With PHP6 well under way and a few snapshots available. We know quite a few of the features they are implementing. However, what would you like to see?
To start it off, I'd like to see namespaces in PHP6. There is some talk of adding namespaces, but I doubt it'll happen in all honesty. I suppose we could use static functions inside classes, to have like:
PHP Code:
String::getAbstract($myString);
But I'd rather they introduced proper namespaces. I'm not sure what symbol they could use. Perhaps:
PHP Code:
String:getAbstract($myString);
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|