Lamento molestarlos, he intentado usar Jquery4PHP en Zend lo he agregado en el bootstrap, pero antes he agregado un plugin para ACL's así:
Código PHP:
protected function _initPlugins(){
$front = Zend_Controller_Front::getInstance();
$front->registerPlugin(new ApplicationHelpersAclwh(),1);
}
protected function _initview(){
Zend_Loader::loadClass('YsJQueryAutoloader', '../library/YepSua/Labs/RIA/jQuery4PHP');
YsJQueryAutoloader::register();
}
Cita:
que podría hacer para que el plugin y la libreria de Jquery4PHP funcionen? Fatal error: Uncaught exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (jquery4php-assets)' in C:\xampp\php\library\Zend\Controller\Dispatcher\St andard.php:248