Jeremy
in memoriam 1991-2020
King Kovifor submitted a new resource:
Understanding the XenForo Class Proxy System - A brief explaination of XenForo's add-on execution chain.
Read more about this resource...
Understanding the XenForo Class Proxy System - A brief explaination of XenForo's add-on execution chain.
Disclaimer: This is a technical explaination and is geared towards developers. A working knowledge of PHP, OOP, and MVC is assumed.
What is the XenForo Class Proxy System?
In a nutshell, this system allows several add-ons to extend the same class within XenForo using its code event listener system, which allows an extension chain to be constructed (with the last link in the chain being the class that is instantiated when XenForo creates the necessary class)....
Read more about this resource...