[fw-general] Zend_Cache and MVC apps

2010-10-22 Thread water
I have a simple MVC app and would like to have cached only a couple of actions. I was testing some boilerplate code and putting it directly in an action but the layout pieces aren't available on subsequent calls; would seem that start is called before being rendered out. Is there a simple sol'n

Fwd: Re: [fw-general] Zend_Dojo form problem (ZF v1.10.7 and 1.11.0b1)

2010-10-22 Thread Mike A
Original Message Subject:Re: [fw-general] Zend_Dojo form problem (ZF v1.10.7 and 1.11.0b1) Date: Fri, 22 Oct 2010 23:19:02 +0100 From: Mike A To: Matthew Weier O'Phinney On 22/10/2010 03:31, Matthew Weier O'Phinney wrote: -- Mike A wrote (on Thursday,

[fw-general] Zend_Form - Unable to translate error messages post-validation

2010-10-22 Thread Hector Virgen
Hello, I've been following Matthew Weier O'Phinney's blog post Using Zend_Form In Your Modelsand so far it has been working great -- except for translation. We are currently not using Zend_Translate -- our solutio

Re: [fw-general] Auto discovering/loading project providers.

2010-10-22 Thread Ralph Schindler
Hey Ellis, Can you try the 1.11RC1 that just came out? A patch to ensure this works was included in this release. Let me know if it meets your expectations. -ralph On 10/20/10 2:26 AM, ellis wrote: Hello, I'm trying to figure out how i can auto discover/load some project providers. IIRC,

Re: [fw-general] Zend_Dojo form problem (ZF v1.10.7 and 1.11.0b1)

2010-10-22 Thread Mike A
On 22/10/2010 03:31, Matthew Weier O'Phinney wrote: -- Mike A wrote (on Thursday, 21 October 2010, 10:41 PM +0100): A Zend_Dojo form would normally produce something like //. I have two Zend_Dojo forms on one page. One displays like the above but the other loses the dojoType="dijit.form.Form"