So I built a site template using Zend_Tool and added these parameters to the application.ini resources.session.saveHandler.class = \"Zend_Session_SaveHandler_DbTable\"
I have written custom resources for my Zend_Application bootstrap. In the manual the following code is given for loading them:
Is there a blessed way to run a Zend_Application from the command line?That is, I want to run a shell script that invokes a Zend_Application, loads its configuration, and then calls a specific control
is there any example how to setup an instance of zend log from application.ini? I 开发者_StackOverflowhave only found an example for logging to an file, but i want to log into an SQLITE database table
Is there a helper method/object/methodology for getting a reference to a Zend_Application\'s config resource?
I currently have Zend setup to look for a layout script in each module\'s view/scripts/layout.phtml file (ie: /application/modules/moduleName/scripts/layout.phtml).This is by setting layout[] to nothi