--- Al <[EMAIL PROTECTED]> wrote:
> I have a page that calls functions from two different include files.  
> Unfortunately, some of the functions have the same name; but are 
> slightly different. 
> 
> I know I can change the names of the conflicting functions; but, that
> is a bit of a chore.

I think this is exactly what you'll have to do. This is a direct result of
the lack of namespacing in PHP, which is one of the valid complaints
against it, although it does help to keep the syntax a bit simpler.

Chris

=====
Chris Shiflett - http://shiflett.org/

PHP Security Handbook
     Coming mid-2004
HTTP Developer's Handbook
     http://httphandbook.org/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to