[fw-general] Re: Re[fw-general] writeRule and matching Location to Controller

2009-02-07 Thread retoreto
Ok, I have a (little different) solution now. I created a second bootstrap file resource.php which serves the dynamically generated CSS and JS. This content gets cached by the client and can reside on the same domain. Requests to www.example.com/resource/* go to the resource.php bootstrap,

[fw-general] Zend_Cache_Backend_Memcache ZF1.7 Connection-problems (solved)

2009-01-27 Thread retoreto
Hi, Maybe it helps someone: I just updated ZF from 1.6 to 1.7.3 in a project. With the change Zend_Cache_Backend_Memcache could not connect to the server anymore (no error on connect, but on get(), set() etc.). It seems to be caused by some new arguments that the ZF-class passes to PHP

Re: [fw-general] Cronjobs with ZF

2008-09-25 Thread retoreto
José de Menezes Soares Neto wrote: I am using Zend Framework to develop a web system. It has a function (let's call it funcA) required to run periodically. Thus, I would like to use crontab (Linux command) to run funcA every 15 m. I'm doing this by just creating a simplified bootstrap