Thread: PHP6 Wishlist
View Single Post
Old 11-06-2007, 12:31 AM   #2 (permalink)
Salathe
Moderateur
RegEx Guru PHP Guru Top Contributor Advanced Programmer 
 
Salathe's Avatar
 
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
Salathe is on a distinguished road
Default

Personally I'd quite like to see namespaces implemented as below. But however they're done I don't mind too much so long as they are introduced!

PHP Code:
namespace Salathe
{
    private static final class 
InternalClass  // how cool would this be?!!
    
{
        
// some some internal-type things
    
}

I'd maybe also like wider adoption of OOP in the core, so stepping away from the hoards of differently patterned function names. This has happened to some extent already, but more, more, more please. :)
Salathe is offline  
Reply With Quote