zend-validate Questions
6
Solved
I'm trying to use the "exclude" option for a Db_NoRecordExists validator, cause when I'm "editing" the element it always return me back a "duplicated" error, as usual.
What I aim to is to tell to ...
Gregor asked 21/3, 2011 at 14:15
1
Solved
Today I updated to ZF 2.4 to use float validator but unfortunately i realized that my file upload form field gives unexpected error messages.
Here is my form object
$this->add([
'name' => ...
Lemos asked 14/5, 2015 at 6:27
7
Solved
I am slowly building up my Zend skills by building some utility websites for my own use. I have been using Zend Forms and Form validation and so far have been happy that I have been understanding t...
Butane asked 1/2, 2010 at 22:51
2
Solved
I'm using Doctrine 2 in a Zend Framework application and require functionality similar to Zend_Validate_Db_RecordExists and Zend_Validate_Db_NoRecordExists.
For example, when a user enters a new i...
Polybasite asked 31/10, 2011 at 8:45
1
Solved
Of Zend_Validate_EmailAddress and filter_var(..., FILTER_VALIDATE_EMAIL), which is better when validating an email address and why?
Reopen asked 21/7, 2011 at 14:30
2
Solved
who gives me a hand to create a custom validator for Zend Framework, which checks that a date is in to a range?
Example:
dateGT = 2011-09-05
dateLT = 2011-07-05
if the form field is set to:
dat...
Dragster asked 17/6, 2011 at 15:4
1
Solved
i am using zend validations in my form and i could not validate a multi select box in my form.
This is my multi select element in the form:
$days = new Zend_Form_Element_Select('day');
$days->...
Deeannadeeanne asked 23/4, 2011 at 13:46
4
Solved
I have an element. I want to add a custom validator and custom filter to it. The validator makes sure the input is one of several permitted values, then the filter adds some custom values to the in...
Billmyre asked 28/1, 2011 at 0:25
3
I am using Zend Form to create dynamic form.
I have Zend Form validation too.
Trying to remove Validation dynamically, but not getting any success.
Can you plz help me to remove Zend Validation....
Definite asked 10/11, 2009 at 10:36
2
Solved
I am trying to get this Zend Validator to output a link that goes to a resetpass form. At the moment, it is simply outputting the HTML as text. Any ideas on how to get it writing to the page as HTM...
Zygophyte asked 2/5, 2009 at 5:54
2
Solved
I am building a ZendFramework application which as a login form asking for an email address and password - it seemed to make sense to validate the email address before hitting the database with the...
Parlor asked 6/8, 2009 at 15:32
1
Solved
I'm writing a custom validator that checks that at least one field has a value. I want to validate that either 'namefield' or 'idfield' has a value. One of them can be empty, or both can have a val...
Academician asked 23/12, 2008 at 0:36
1
© 2022 - 2024 — McMap. All rights reserved.