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