Jump to content

[SOLVED] __autoload or a single global include file?


Cep

Recommended Posts

Hi,

 

I understand to a degree the purpose of using the __autoload magic method but what advantage does it have over a single include file containing all the classes with require_once?

 

From what I can gleen, all it does is include the class file if the current class requires it but cannot find it in the current scope. Is the only advantage to using this magic method, so that I can take out a commonly used class in one project and place it in another project where it can directly reference any needed classes?

 

I am just trying to figure out why you would need to use this method over the single global include file?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.