Re: [fw-general] PHP bug with chaining function calls that generate exceptions on x86_64

2008-11-16 Thread Bruno Friedmann
Colin Guthrie wrote: Hi, Just wanted to share this bug with you guys as I discovered it while using Zend Framework code. http://bugs.php.net/bug.php?id=46568 It only affects x86_64, but it's fairly easy to trigger this in Zend Framework as it makes quite extensive use of exceptions,

Re: [fw-general] ZF 1.7 and getParam charset problem

2008-11-16 Thread Matthew Weier O'Phinney
-- Kononov Ruslan [EMAIL PROTECTED] wrote (on Saturday, 15 November 2008, 12:34 PM -0800): Matthew Weier O'Phinney-3 wrote: We do no filtering on the parameters received by default. Check the encoding your server is expecting and the encoding the client is sending. I spent a lot of time

[fw-general] How do I ...

2008-11-16 Thread dele454
Hi, Is there a way of detecting/knowing using an Action Helper what controller+action the user click before getting to another page. In order words the controller+action that brought the user to the current page? Thanks will be looking forward to any response concerning this :) - dee --

Re: [fw-general] How do I ...

2008-11-16 Thread dele454
Thanks Tobias. I currently have an implementation of the FlashMessenger for sending error messages to view. Will have a look at it shortly on how i can implement your suggestion. Thanks once again. Will let you know how it turns out :) Tobias Gies wrote: hey dee, you could use the

Re: [fw-general] ActionStack and _forward()

2008-11-16 Thread Tim Nagel
You could store something in Zend_Registry, or Zend_Cache (and then wrap the init logic in an if statement)? T On Sun, Nov 16, 2008 at 09:43, drj201 [EMAIL PROTECTED] wrote: Goran Juric wrote: drj201 wrote: Hi all, Ive been following the method outlined here to add

Re: [fw-general] Dijit Editor

2008-11-16 Thread Matthew Lurz
In case anyone else has this problem, since I've struggled with it for weeks now, the issue seems to be that findParentForm should return elementNode.domNode instead of just elementNode. Now if only I could get the silly colorpicker working without having to become a widget developer. Matthew