Using a Third-Party library that implements namespaces?

Z61

Well-known member
Is there a guide around or a simple way of using a package that implements namespaces? I could remove the namespaces, but I'd rather not screw with the code if I don't have to. If I have to, I will.
 
Is there a guide around or a simple way of using a package that implements namespaces? I could remove the namespaces, but I'd rather not screw with the code if I don't have to. If I have to, I will.

You don't need to remove the namespaces, XenForo's AutoLoader supports namespaces. Just drop it in library and it should work fine :)
 
Top Bottom