Out of curiosity, how would you prefer it?

the way you mentioend is basically how i do though.

Jason

"Jed R. Brubaker" <[EMAIL PROTECTED]> wrote: 
> 
> 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
> 
> 

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

Reply via email to