Re: [fw-general] how handle Locale ?

2009-05-08 Thread Steve Clay
Elvin Şiriyev wrote: I can disable notice but zend locale can't choose nearest (tr_TR) instead of 'tr' :) is there any easy way for that? Kind of a hack, but... You could rewrite the user's Accept-Language request header. -- Steve Clay http://mrclay.org/

Re: [fw-general] Zend_Form and empty action

2008-03-28 Thread Steve Clay
) if (R.path == ) then T.path = Base.path; -- Steve Clay http://mrclay.org/

Re: [fw-general] Zend_Form

2008-03-28 Thread Steve Clay
will likely need to do that! What would be really helpful would be some examples of inputs with altered markup and the necessary code to achieve them. -- Steve Clay http://mrclay.org/

Re: [fw-general] Zend_Form and empty action

2008-03-26 Thread Steve Clay
is setting the base URI via some extra header. E.g. when you use Apache's MultiViews, the Content-Location header is sent with the full filename, regardless that you requested the file w/o extension. -- Steve Clay http://mrclay.org/