Thanks, I was wondering...

Liam W

in memoriam 1998-2020
library/XenForo/Application.php

Lines 501-503:

PHP:
// XenForo Class Proxy, in case you're wondering
                    $proxyClass = 'XFCP_' . $dynamicClass;
                    $namespaceEval = '';

Thanks, I was wondering ;)
 
library/XenForo/Application.php

Lines 501-503:

PHP:
// XenForo Class Proxy, in case you're wondering
                    $proxyClass = 'XFCP_' . $dynamicClass;
                    $namespaceEval = '';

Thanks, I was wondering ;)
Developer notes can be interesting sometimes. My fav of all time (not here on XenForo, but else where)

// Don't touch this. Don't change this. Don't even think about it. You'll be sorry.
 
Developer notes can be interesting sometimes. My fav of all time (not here on XenForo, but else where)

// Don't touch this. Don't change this. Don't even think about it. You'll be sorry.

On a free open source support system I'm using, there's something along the lines of this:

// Function above all other functions. You break it, you fix it.

This is a software that doesn't have a full addon system btw...
 
The most funniest had to be

// I do not remember what this does. I just know things break when we attempt to change or remove it. So lets not touch this. OK?

Anyone want to guess which forum development had that? :ROFLMAO:
 
Top Bottom