Marcus
Well-known member
With the exception of few classes that can not be extended in any way, is load_class with the right hint the way to go for extending all classes?
From a pure guess the load_class_model, load_class_... were used so to be more specific to the target class ( meaning less if/else, switch statements to execute) one wants to extend because there were no hints.
From a pure guess the load_class_model, load_class_... were used so to be more specific to the target class ( meaning less if/else, switch statements to execute) one wants to extend because there were no hints.