2014-03-14, 10:27:05
The auto loader will have to register before common probably.
Although i still don't get the dependencies order issues, loading a class does not execute anything does it?
Dependencies are irrelevant until you actually use a class or a constructor runs.
Am I wrong?
Aside from extending one of course.
Although i still don't get the dependencies order issues, loading a class does not execute anything does it?
Dependencies are irrelevant until you actually use a class or a constructor runs.
Am I wrong?
Aside from extending one of course.