Realized few minutes ago that there is no GreaterOrEqualThan validator, or a parameter in GreaterThan validator that changes its behaviour from > to >=.
Why? Is it possible to compose >= validator using basic zend framework set of validators?
Yes, guys, I know that I can write my own validator, but I'm curious about solution based on native ZF validators ;-)
identical, "allowWhiteSpace" foralnum, "inclusive" (!!!!!!!) forbetween, etc. So it is "inclusive" for between, but no such option forgreaterThan. It is not fair ;-) - zerkms