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? Link to comment https://forums.phpfreaks.com/topic/253441-zend-plugin-not-loading-module-models/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.