Magento trying to autoload class unnecessarily
问题 I'm using a 3rd party php library to connect to Microsoft Dynamics CRM, which I've placed in the /lib folder of Magento. I've created a controller for testing purposes, in which I'm including the files from the lib folder (which are being included, as changing the paths throws an error), but when I try and initiate the class defined in one of the included files, i get this warning: Warning: include(DynamicsCRM2011\Connector.php) [function.include]: failed to open stream: No such file or