Shall I create a separate Zend Application for the user backend of a web application? My main concern is that I have to have a separate Zend_Auth on both the public website (for clients to login) and
I have written a Zend Framework based cron service for parallel tasks, and ran into issues with the child threads sharing resources with the parent.I solved the database connection issue, but I\'m now
EDIT: Sorry for the large amount of code here; I\'m not sure exactly what\'s going on so I included more to be safe.
I use Zend Framework 1.10 for web application and I\'d like to use Zend_Db_Adapter (and maybe some of my models) for script in cli php that will be used with cron.
I have a Person Module and here is my bootstrap: application/modules/person/Bootstrap.php class Person_Bootstrap extends Zend_Application_Bootstrap_Bootstrap {
I have custom front controller plugin that takes some options. At this time I load it (plugin) in application.ini file like this:
I\'m using application resource plugins in a .ini file to set up my Zend_Translate with this code: resources.translate.data = APPLICATION_PATH \"/../languages\"
I\'m trying to create custom resource to extend existing zf resources. It works fine if I choose a different like \'Myrouter\' as resource name but if I try to override Router it doesn\'t work.
I\'m using Zend Framework 1.10.7 and I\'m looking for a way to set the default translator. I 开发者_如何学Pythonknow I could set it in Bootstrap.php but I would like to set it up in the configs.ini to
Is it possible, to configure the following behaviour in application.ini? <?php class Bootstrap extends Zend_Application_Bootstrap_Bootstrap