Heisenberg submitted a new resource:
You must be registered for see links
- 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.
This add-on is not affiliated with XenForo Ltd.
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...
You must be registered for see links
Last edited:
