On Sat, Mar 27, 2004 at 12:11:27PM +0100, Marcus Boerger wrote: > How do you change all PEAR classes (what was the original reason)? > > marcus
As far as i can see, that is not neccessary. PEAR naming and PHP naming would only conflict if a PEAR class extends a PHP class. And i fail to see cases where that would happen... For example, if a DB Abstraction package is used to wrap an OO API, it would proxy method calls and translate them instead of extending the db-connection class (because that would mean any db that the abstraction package handles has to have the same API, and if that was the case, an abstraction layer is useless.) -- Regards, Stefan Walk <[EMAIL PROTECTED]> -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php