[fw-general] Re: Chain Selection Using Oracle Parent To Child Relationship.

2010-08-18 Thread muzeeb
Hi Everyone, Thnx to ur reply Give me example using prototype.js and Zend_Db_Table Warm Regards Muzeeb -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Chain-Selection-Using-Oracle-Parent-To-Child-Relationship-tp2326836p2329624.html Sent from the Zend

[fw-general] Validation, identical password on Zend_Forms from .ini file

2010-08-18 Thread mandi
Hello everyone, Trying to use .ini files for the configuration of Zend Forms. How can I port the following code to a .ini form configuration? $form-addElement('password', 'password1'); $form-addElement('password', 'password2', array( 'validators' = array( array('identical',

Re: [fw-general] Cannot use object of type Zend_Session_Namespace as array

2010-08-18 Thread robert mena
I am facing the same problem. Zend 1.10.7 and PHP 5.2.10 (centos with backported patches). Any ideas? On Sun, Oct 4, 2009 at 1:04 PM, Ralph Schindler ralph.schind...@zend.comwrote: What version of Zend Framework and what version of PHP are you running? -ralph Jakobud wrote: I'm new to

Re: [fw-general] Cannot use object of type Zend_Session_Namespace as array

2010-08-18 Thread Ralph Schindler
No, it sounds like you are actually using PHP 5.2.3. Are you sure it's PHP 5.2.10 (clean)? Can you provide a backtrace of th exception? This is one of the main reasons why the minimum version of PHP is 5.2.4. There was an issue in 5.2.3 with how handled nested arrays when using magic