Search found 1 match

by Chacha102
Tue Jul 29, 2008 4:14 pm
Forum: PHP - Theory and Design
Topic: Calling Classes. Best Practice?
Replies: 5
Views: 963

Calling Classes. Best Practice?

I am wondering what is the best practice for calling (initiating) custom classes that do not need to be included/started every time the script is ran. Currently I have a __autoload function for classes I miss, but I'd like to stick away from defaulting to it. Is it best to manually include and call ...