Re: [fw-general] Zend_Markup is ready for review

2009-06-01 Thread Dylan Arnold
Hi Pieter, I like the look of your proposal and could really use something like this in my project. Is any progress being made or has it gone quiet due to lack of interest? Cheers Dylan On Sun, Oct 26, 2008 at 11:37 AM, Paul M Jones pmjone...@gmail.com wrote: On Oct 25, 2008, at 08:46 ,

[fw-general] Zend_Cache_Backend_Memcached - increment / decrement

2009-05-18 Thread Dylan Arnold
It appears that the memcached backend doesn't have increment or decrement methods. Were these deliberately left out? I'm just curious. It isn't a problem to add them myself. Cheers Dylan

[fw-general] Zend_Captcha and Zend_Session_Namespace expiring by hops

2009-03-24 Thread Dylan Arnold
Hi all, I have extended Zend_Captcha_Word and am rendering a custom captcha by overriding generate() Everything is working fine and just like Zend_Captcha_Image I am writing the captcha png to ./images/captcha/ This will work fine in a single server environment but in a multi server environment

Re: [fw-general] And a big thanks to Varien for the new site design!

2008-04-07 Thread Dylan Arnold
By the way. Shouldn't it be Simplicity, Meets power? Rather than Simplicity, Meet power. I'm not an english geek but I don't really understand that.. On Tue, Apr 8, 2008 at 7:36 AM, Wil Sinclair [EMAIL PROTECTED] wrote: That's a known ie7 issue that we hope to have solved later this week.

Re: [fw-general] And a big thanks to Varien for the new site design!

2008-04-07 Thread Dylan Arnold
'- 'meets'- and the tagline would also make sense. But that's not what we settled on. J ,Wil *From:* Dylan Arnold [mailto:[EMAIL PROTECTED] *Sent:* Monday, April 07, 2008 2:53 PM *To:* Wil Sinclair *Cc:* Alan Wagstaff; fw-general@lists.zend.com *Subject:* Re: [fw-general] And a big thanks

[fw-general] Zend_Form custom validators and PrefixPath

2008-02-27 Thread Dylan Arnold
Can somebody please give me an example of using a custom validator with Zend_Form? For the basic case using Zend_Validate_*: $element = new Zend_Form_Element_Text('test'); $element-addValidator('Regex', ); //works fine. However: $element-addValidator('Zend_Validate_Regex', ); //doesn't

Re: [fw-general] Zend_Form custom validators and PrefixPath

2008-02-27 Thread Dylan Arnold
there is a Zend_Validate_Regex as well. It seems My_Validate_Regex takes precedence anyway. The documentation here was confusing me. http://framework.zend.com/manual/en/zend.form.elements.html#zend.form.elements.validators Cheers On Thu, Feb 28, 2008 at 5:38 PM, Matthew Weier O'Phinney [EMAIL PROTECTED] wrote: -- Dylan

[fw-general] Zend_Layout - Is this strange?

2007-12-12 Thread Dylan Arnold
Hi all, I just downloaded the latest snapshot to try out Zend_Layout. I've come across something a little strange. I noticed one of my db queries was executing twice after a post to a certain action. Can anybody explain what is going on? I added this to the index action of my index controller

Re: [fw-general] Zend_Layout - Is this strange?

2007-12-12 Thread Dylan Arnold
. More details please :) ralph Dylan Arnold wrote: Hi all, I just downloaded the latest snapshot to try out Zend_Layout. I've come across something a little strange. I noticed one of my db queries was executing twice after a post to a certain action. Can anybody explain what

Re: [fw-general] Models, Objects and RDBMS - Best Practise

2007-07-11 Thread Dylan Arnold
I started following the gateway() approach then read the next posts. I'm thinking about making a model class and extending my models from that. The model class will have all the db_table methods like insert, update etc. My models will then all extend from the model class so that they have all

Re: [fw-general] Models, Objects and RDBMS - Best Practise

2007-07-11 Thread Dylan Arnold
); $category-someSpecialFunction($someColumn); Haven't tested the above. What I have is close to that though. Anything seriously wrong? On 7/12/07, Dylan Arnold [EMAIL PROTECTED] wrote: I started following the gateway() approach then read the next posts. I'm thinking about making a model class

Re: [fw-general] Accessing requestUri, pathInfo from Plugin

2007-07-10 Thread Dylan Arnold
Hi Simon, The login page does show up at /foo/bar . But the form submits to /login/index At which point the original url is lost. I'm using quickform here too. I'm not really redirecting to display the login page I don't think. In preDispatch all I do is override what controller (login) and

Re: [fw-general] Accessing requestUri, pathInfo from Plugin

2007-07-10 Thread Dylan Arnold
On 10 Jul 2007, at 10:11, Dylan Arnold wrote: Hi Simon, The login page does show up at /foo/bar . But the form submits to /login/index At which point the original url is lost. I'm using quickform here too. I'm not really redirecting to display the login page I don't think. In preDispatch all I do

Re: [fw-general] Congratulations!

2007-07-01 Thread Dylan Arnold
Hip hip hoooray!! On 7/2/07, Jan Pieper [EMAIL PROTECTED] wrote: Yeah we made it ;) Congratulation to Zend and all developers helped to create this great framework. I wrote an article on an german blog site.

Re: [fw-general] Code Freeze for ZF 1.0.0 RC4 / GA

2007-06-28 Thread Dylan Arnold
Hip hip hooraaay! On 6/29/07, Nick Mohr [EMAIL PROTECTED] wrote: Congratulations :-) Bill Karwin wrote: Hi all, We are planning to call a code-freeze tomorrow, Friday 6/29 at 4:00pm PDT (midnight GMT). This release will be tagged 1.0.0. Please click on C:\Windows\Media\tada.wav now.

Re: [fw-general] Upgrade from 0.1.5 to 0.2

2006-11-07 Thread Dylan Arnold
I had to set my rewrite base manually. Maybe you are having the same problem.On 11/2/06, David Brännlund [EMAIL PROTECTED] wrote:Hi Everyone,We've just upgraded from 0.1.5 to 0.2, and now all pages are routed toindexAction in the indexController. I thought all major changes to theMVC part was in

Re: [fw-general] Controller noRouteAction()

2006-10-07 Thread Dylan Arnold
+1 to custom noRouteAction(). This is instinctively what I started doing when using the framework only to find it didn't work.On 10/8/06, gonyuu [EMAIL PROTECTED] wrote:Hello all,Has this issue been resolved? The solution proposed here sounds perfect, and the fix seems quite easy. When might it