[fw-general] Re: WURFL 1.3.1 autoloader trouble

2011-09-19 Thread whisher
I've unzipped wurfl-2.0.27.zip and getting rid of wurfl-config.php with this in the config.ini resources.useragent.storage.adapter = Session resources.useragent.wurflapi.wurfl_api_version = 1.1 resources.useragent.wurflapi.wurfl_lib_dir = APPLICATION_PATH

Re: [fw-general] Zend_Form and getValidValues

2011-09-19 Thread Konr Ness
I don't think getValidValues() is the right method for your needs. When you call isValid($data) on a form, the form elements are populated and validated. getValidValues() is expecting a parameter of $data as well, but in looking through the code it looks like it passes on values that don't exist

RE: [fw-general] Zend_Form and getValidValues

2011-09-19 Thread Sergio Rinaudo
Hi Konr , yes, you're right, I was mistaking in another part of my code and also not to pass tha required argument, I've found it a few minutes after I opened this post and replied to my own question, but I see the message This post has NOT been accepted by the mailing list yet. so maybe