Thread: PHP6 Wishlist
View Single Post
Old 11-05-2007, 11:47 PM   #1 (permalink)
Wildhoney
La Vida es Sueño
Advanced Programmer Top Contributor 
 
Wildhoney's Avatar
 
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
Wildhoney is on a distinguished road
Default 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.
Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney
Wildhoney is offline  
Reply With Quote