zend-application
Separate Zend Application for control panel?
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[详细]
2023-03-20 06:57 分类:问答Accessing the Zend Application Bootstrap _init Functions After Bootstrapping
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[详细]
2023-03-13 02:56 分类:问答What's the best way to handle something like a login page on top of Zend Framework? (And why does my implementation explode?)
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.[详细]
2023-02-14 13:52 分类:问答script create Zend_Db_Adapter based on settings in application.ini for cli php
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.[详细]
2023-02-12 04:14 分类:问答Module Bootstrap not working
I have a Person Module and here is my bootstrap: application/modules/person/Bootstrap.php class Person_Bootstrap extends Zend_Application_Bootstrap_Bootstrap {[详细]
2023-02-09 06:34 分类:问答Zend framework. how to pass options to custom front controller plugin?
I have custom front controller plugin that takes some options. At this time I load it (plugin) in application.ini file like this:[详细]
2023-02-02 12:28 分类:问答Zend_Translate, set up the log via the application resource plugin?
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\"[详细]
2023-01-24 04:37 分类:问答How to override native resources?
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.[详细]
2023-01-10 21:28 分类:问答How to set default translator in configs.ini?
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[详细]
2023-01-10 20:58 分类:问答Zend Framework: Autoloading module resources in config.ini?
Is it possible, to configure the following behaviour in application.ini? <?php class Bootstrap extends Zend_Application_Bootstrap_Bootstrap[详细]
2022-12-23 00:32 分类:问答