NYCPHP Meetup

NYPHP.org

Performance hit from including classes

Mark Armendariz nyphp at enobrev.com
Tue Apr 1 03:26:10 EST 2003


Up until now, I've been only including (via require_once) only the
classes I need within the script that's executing.  My upload class for
file processors, database class for mysql, my dropdown class for
selects, etc, etc.  I suppose it would be much cleaner and more
manageable if I included them all in my application_top.php or
configure.php file.
 
Does anyone know how much of a performance hit it would be to include
all 6 or 8 classes at once?
 
Thank You
 
Mark Armendariz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20030401/d57cbdce/attachment.html>


More information about the talk mailing list