On Fri, 2005-11-25 at 20:07, Ken Tossell wrote:
> Not to start a flame war, but...
> 
> How about STD, Std, or something similar? It certainly works for... that
> language... that has multiple implementations of the standard classes.
> It can't hurt to play to people's comfort when the change doesn't really
> affect PHP in any major way. :)
> 
> But yes, a standard class prefix (to be migrated to a namespace) sounds
> more practical than either asking everyone to use prefixes or hoping
> that the minimal user base is affected by a conflict.
> 
> And getting everyone into a habit of importing standard php classes --
> 
> class Date extends PHP_Date {}

Maybe go with proper CamelCase:

class Date extends PhpDate{}

:)

Cheers,
Rob.
-- 
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'

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

Reply via email to