It wouldnt make it easier to do somethi开发者_StackOverflow社区ng nasty, would it?nope, should be totally save.
I\'m putting together a ZF based CMS at the moment, and am currently caching my Zend_Navigation object, as well as the html rendered by renderMenu().So at the moment, whenever the menu changes, I have
My Zend app uses 3 ini config files, with a total of over 200 lines to parse, containing over 100 instructions. Are these files parsed every request? Some people say they are (like here and here). If
I have some issues saving identifiers for cache objects in Zend_Cache. The Zend_Cache identifiers have to be really sanitized (no special chars, no spaces, etc). Some of my internal identifiers have s
I started using Zend Cache (APC backend) and all is well in terms of returning cached values instead of hitting the Database each time.However, heres my problem:
How to configure Zend_Cache_Frontend_Page in application.ini? I cannot define regexps (see example http://framework.zend.com/manual/en/zend.cache.frontends.html#zend.cache.frontends.page.examples. It
I\'m looking to implement a cache within Zend_Db, there isn\'t any native method to provide a cache to Zend_Db, so I\'m wondering where should I do it.
Hi I am getting the above error setting up my Zend application on a publi开发者_运维技巧c hosted server.I have another application on the same sever which works ok so I assume APC is obviously loaded.
I\'ve setup Zend_Db_Table_Abstract so it uses metadata cache and then profiled with xhprof to see how much memory it uses.
I have an action that renders two different view scripts based on whether the user is logged in or not.