danhen@email.de wrote:
>> primitive/common names is discouraged for non-core extensions
>> -Sara
>
> So what could be a proper naming convention for such classes?
>
> My Idea is:
> -PHPString
> -PHPInteger/PHPInt
> -...
>
> Any suggestion is welcome.
>
> Daniel
To have a common naming I think at "ArrayObject" so:
-StringObject
-Int(eger)Object
-...Object
Joerg Schoppet