Wednesday 06 October 2010 4:38:01 am
- 10 replies
Introduction
Often you need to include external 3rd party libraries or your own libraries in the extensions (like for example a SOAP library). The problem comes when you have to include the same library in several extensions.
Here is how to do it without having to copy the same library in every extension directory.
» Read full blog post