Jump to content

Zend Plugin Not Loading Module Models


Garethp

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.