Problem with plugin - Zend Framework

Posted by david on Stack Overflow See other posts from Stack Overflow or by david
Published on 2009-12-17T22:35:14Z Indexed on 2010/05/26 5:31 UTC
Read the original article Hit count: 164

Filed under:
|

Hello friends, I have this problem with a plugin in zend framework.
I've created on this route:

library/Mis/Plugins/Unpluginmas.php

in application.ini

autoloaderNamespaces[] = "Mis_"

resources.frontController.plugins.Unpluginmas = "Mis_Plugins_Unpluginmas"

Unpluginmas.php

class Mis_Plugins_Unpluginmas extends Zend_Controller_Plugin_Abstract{

Zend Framework not find the plugin. I appreciate if you can help me because I can't find the problem.

© Stack Overflow or respective owner

Related posts about php

Related posts about zend-framework