Re: [fw-general] how to retain value in form using zend

2007-09-05 Thread Ivan Ruiz Gallego
. Is their any way to retain these values using zend functionality Regard, Rohit83 -- Loglan GmbH Ivan Ruiz Gallego Binzmühlestrasse 210 8050 Zürich Switzerland Office +41 44 310 19 20 Mobile +41 76 321 23 68 Net www.loglan.net

Re: [fw-general] how to retain value in form using zend

2007-09-05 Thread Ivan Ruiz Gallego
out this tutorial: http://akrabat.com/zend-framework-tutorial/ It has a really good example application for forms. Cheers, Steven -Original Message- From: Ivan Ruiz Gallego [mailto:[EMAIL PROTECTED] Sent: Wednesday, 5 September 2007 5:03 PM To: rdpweb; fw-general@lists.zend.com Subject

[fw-general] Layout with frames

2007-08-13 Thread Ivan Ruiz Gallego
someone give me a hint about how this could be done using ZF? Thank you! Best regards, Ivan. -- Loglan GmbH Ivan Ruiz Gallego Binzmühlestrasse 210 8050 Zürich Switzerland Office +41 44 310 19 20 Mobile +41 76 321 23 68 Net www.loglan.net

[fw-general] Zend_Db_Table_Row: underscore_words to camelCaps conversion

2007-03-28 Thread Ivan Ruiz Gallego
configured? Or is this former behavior simply not present in ZF 0.9.1? Thank you very much. Best regards, Ivan. -- Loglan GmbH Ivan Ruiz Gallego Binzmühlestrasse 210 8050 Zürich Switzerland Office +41 44 310 19 20 Mobile +41 76 321 23 68 Net www.loglan.net

Re: [fw-general] ACL and Views

2007-03-14 Thread Ivan Ruiz Gallego
how to do this, to prevent wrong implementation. Virtual cookie for the one helping me out :) -- Loglan GmbH Ivan Ruiz Gallego Binzmühlestrasse 210 8050 Zürich Switzerland Office +41 44 310 19 20 Mobile +41 76 321 23 68 Net www.loglan.net

[fw-general] A single Controller for all requests

2007-01-29 Thread Ivan Ruiz Gallego
Hello, This is my very simple question: I would like to route URL's like http://www.example.org/mainnavi/subnavi; to a single controller that renders the appropriate content depending on mainnavi and subnavi. I would like to avoid writing one controller for each main navigation point. Which