Garethp Posted December 18, 2011 Share Posted December 18, 2011 Okay, so I have a plugin that's meant to check whether the user is allowed to view a page or not, and should redirect them if they aren't. Thing is, whenever I try to use new Framework_Model_Acl or try to call a class from any module from within the plugin, I just get a fatal class not found error. Fatal error: Class 'Framework_Model_Acl' not found in [removed]/application/plugins/PermissionCheck.php on line 10 If I try to call the same class from a controller or bootstrap it works fine. So what's going on? Quote Link to comment https://forums.phpfreaks.com/topic/253441-zend-plugin-not-loading-module-models/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.