How to load a custom library in Zend Framework 2?
问题 I've been following this guide (http://socialsemanticweb.blogspot.com.au/2012/11/zend-framework-2-create-custom-library.html) but I can't get Zend to see my library (error message below). Any ideas what could be wrong? thanks my folder structure my MyLibraryController.php <?php namespace MyLibrary\Mvc\Controller; use Zend\Mvc\Controller\AbstractActionController; class MyLibraryController extends AbstractActionController { public function __construct() { } public function doSomething() { /