if anyone is out there listening that has some control as to what goes into PHP, it really needs an import-like statement to replace the require/include statements.
i mean, I always find myself going
require_once( $DOCUMENT_ROOT . \'lib/something/somethingelse.php );
when I should just go
import lib.something.somethingelse;
I just think it\'s kinda rediculous for people making systems that have over 800 classes... It wouldn\'t too tough to implement this feature either. In the Php.ini, define a directory for a lib base and that\'s pretty much it.
I hope it reaches out to someone.