Still not working.... Class 'Pixiebox\Resources\Whitelist\ListAcl' not found

use Pixiebox\Resources\Acl\Whitelist, 
      Zend\Mvc\Controller\Plugin\AbstractPlugin; 

class PermissionsAcl extends AbstractPlugin { 
  function blah($e) { 
     $blah = new Whitelist();
     $foo = $blah->getWhitelist(); 
  } 
}

Should I make a classmap or something????
When I am typing it in my Netbeans it is recognizing my class in the file
and stuff with autosuggest.... still no success



--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Custom-Library-tp4656831p4656833.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to