Eklentisi ile Problem - Zend Framework

1 Cevap php

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

library/Mis/Plugins/Unpluginmas.php

application.ini içinde

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.

1 Cevap

İki şey.

İlk olarak, namespace prefix gelen çizgi kaldırmak. Yani otomatik olarak ilave edilmelidir.

İkinci olarak, eklenti isim dize küçük harfe.

resources.frontController.plugins.unpluginmas = "Mis_Plugins_Unpluginmas"