Oh - and naming conventions.
Do you define the class?:

class help.Search {
}


"Jed R. Brubaker" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> As far as I can tell there is not an easy way yet to create packages in 
> PHP5.
>
> It seems the following is the best option:
> include('classes/help/Search.inc');
>
> // Inside Search.inc and in the same "package"
> include('OtherClass.inc');
> include('AnotherClass.inc');
>
> Is there a better way?
>
> Thanks! 

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

Reply via email to