> You suggestion about the config file is interesting, but while I go and
> re-read your post, I am wondering how you would avoid class name conflicts.

I try to avoid using the same name for different classes.

> Point and case, the only reason I am going after packages is because I have
> a search class that is used for something else, and I want to not have to
> name my other class "SearchHelp".

Are there extensive differences between the two classes?

Could you extend the search class and get the same results?

You could name the two classes the same and call them using the same
name but call two differnent files.  I've never done that but I don't
see why it wouldn't work.

> I am going to run into conflicts if I include two class definitions for
> search, am I not?

Yep. If you call them both at the same time.



alex hogan

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

Reply via email to