Re: [fw-general] I18N Webinar

2009-11-15 Thread Саша Стаменковић
Hi, glad to see webinar on this subject. Topics: - Caching translations ad optimization. - Best practices and how to pick right adapter. - Picking phrases from templates automation. - Translating routes (urls) Regards, Saša Stamenković On Sun, Nov 15, 2009 at 12:58 AM, Daniel

Re: [fw-general] Zend_Form: possible to disable some multi options in radio button

2009-11-15 Thread Ralf Eggert
Hi Gerard, thanks, that pointed me in the right direction. Works like expected. Now I still have the little problem, that I want to grey out the label around the disabled radio button. From the code I guess its impossible to add a special css class for these label tags without hacking the code

Re: [fw-general] I18N Webinar

2009-11-15 Thread Vladas Diržys
+1 for Translating routes (urls) -- Regards, Vladas Diržys On Sun, Nov 15, 2009 at 12:13, Саша Стаменковић umpir...@gmail.com wrote: Hi, glad to see webinar on this subject. Topics: - Caching translations ad optimization. - Best practices and how to pick right adapter. -

[fw-general] Zend_Layout and view rendering

2009-11-15 Thread Gabriel Malkas
Hi, I use Zend_Layout and I need to render a different 'navbar' accordingly to the active action. I simply wrote this in my layout.phtml file : ?php echo $this-layout()-sidebar; ? Then, in every action that needs to display a sidebar, I have : $this-render('sidebar', 'sidebar'); This

Re: [fw-general] Zend_Form: possible to disable some multi options in radio button

2009-11-15 Thread drm
Hi Ralf, thanks, that pointed me in the right direction. Works like expected. You're welcome of course :-) Now I still have the little problem, that I want to grey out the label around the disabled radio button. From the code I guess its impossible to add a special css class for these

Re: [fw-general] Zend_Http TCP Connection management

2009-11-15 Thread Long_Horn
Hi everybody, I was looking for a way to monitor TCP connections through php as well, any suggestions? Thanks in advance. David JBrumwell wrote: Hi, I have an application that is used to connect ot a service once a week for a 1 hour session. This session has many requirements, one of