I’m trying to use the Zend/Permissions/Acl/Acl class into my custom built php application but I cannot get past encountering this error :
Fatal error: Class ‘Zend\Permissions\Acl\Acl’ not found in /users/myuser/htdocs/test/index.php on line 9
Here is a screenshot of my file system organization and my php code I’m using.
I copied the Acl initialization code from the documentation here : http://framework.zend.com/manual/2.1/en/modules/zend.permissions.acl.intro.html

I’m new to Zend framework but would really like to start using the Acl class. Please help.
useis not a replacement forrequire, you will need an autoloader so that the files will be included. Have a look at theStandardAutoloaderof ZF 2.On a separate note: it’s safer to use absolute paths in the include path: