Re: PHP5 extensions: using existing functionnames as method

php.internals

Unnamed Person

19 years ago
>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

Joerg Schoppet

19 years ago
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