[fw-general] Re: [PHP] Thank you everyone, What a wonderful world

2009-01-03 Thread Lepidosteus
> A six-to-one ratio of terrorists:civilians really is not that bad Ouch. -- Vianney Devreese - Lepidosteus http://lepidosteus.com

Re: [fw-general] Change delimiter for Zend Router

2008-10-05 Thread Lepidosteus
->removeDefaultRoutes(); $router->addRoute(... -- Vianney Devreese - Lepidosteus http://lepidosteus.com

Re: [fw-general] Zend_Cache: how much time left before expiration ?

2008-09-04 Thread Lepidosteus
s a way, when I successfully load a record, to know how much time it has left before it's "lifetime" expiration - not taking into account the fact that it could be manually blown away for one reason or another in the code. -- Vianney Devreese - Lepidosteus http://lepidosteus.com

[fw-general] Zend_Cache: how much time left before expiration ?

2008-09-04 Thread Lepidosteus
load('id')) { echo 'X minutes left before deletion'; } Thanks, -- Vianney Devreese - Lepidosteus http://lepidosteus.com

Re: [fw-general] Zend_Filters - Alnum

2008-07-22 Thread Lepidosteus
']/'; [...] So yes, 'mypass_&231' would be filtered into 'mypass231' -- Vianney Devreese - Lepidosteus http://lepidosteus.com

Re: [fw-general] Problems with Zend_Cache & Xcache

2008-04-02 Thread Lepidosteus
No problem here with latest xcache and zf, using core and file -- Vianney Devreese - Lepidosteus http://lepidosteus.com

[fw-general] Re: [fw-mvc] Re: [fw-general] Zend_Form | Redirect to a different URL if the form is invalid

2008-04-01 Thread Lepidosteus
You could pass the session/cache id as a get parameter in the url but this allows easy session stealing -- Vianney Devreese - Lepidosteus http://lepidosteus.com

Re: [fw-general] Zend_Filter_Input and messages

2008-03-09 Thread Lepidosteus
I did not fully understand what you are trying to achieve here ? Do you try without success to change an error message ? To allow an empty value ? To disallow an empty value ? -- Vianney Devreese - Lepidosteus http://lepidosteus.com

Re: [fw-general] ZF performance advice

2007-10-12 Thread Lepidosteus
7;t know who said you that one, but he spoke without testing, it's quite fast to find benchmarks w/ google, and you will see that they all have somehow the same performance. But they *do* have different sets of features. -- Vianney Devreese - Lepidosteus http://lepidosteus.com

Re: [fw-general] Month difference between two dates in zend

2007-09-04 Thread Lepidosteus
t;difference") he wants to knw how many month there are between two dates. Like how many month they are between 5/7/02 and 11/4/06 -- Vianney Devreese - Lepidosteus http://lepidosteus.com

[fw-general] Modular stucture and shared controllers ?

2007-07-16 Thread Lepidosteus
? What I would like to do is that, if the module is not correct, some error controller is called, but if the module is correct but not the controller, then another one is called the same whichever module you are in). Is it possible, and how may I achieve this ? -- Vianney Devreese - Lepidosteus http://lepidosteus.com

[fw-general] Re: Zend_Filter_Input 'missing' question

2007-07-02 Thread Lepidosteus
_EMPTY ); $between_validator = new Zend_Validate_Between(0, 1); $between_validator->setMessage( "'%value%' n'est pas une valeur compris entre '%min%' et '%max%' inclus", Zend_Validate_Between::NOT_BETWEEN ); $validators = array(

[fw-general] Zend_Filter_Input 'missing' question

2007-07-02 Thread Lepidosteus
#x27;description') is invalid, the 'if' fails and I get a valid error message etc ... But I never get anything about a missing field (unknown fields are reported the way they should be) Is it me misunderstanding the behavior or did I do something wrong ? -- Vianney Devreese - Lepidosteus http://lepidosteus.com

[fw-general] Zend studio and zend framework ?

2007-05-09 Thread Lepidosteus
a bit disturbing (in addition to being counter productive). Is there any think special to do to "refresh" the code completion of zend studio ? Thanks in advance -- Lepidosteus