i read this line in the zend framework programmer references guide :
Alpha
Returns true if and only if $value contains only alphabetic characters. This validator includes an option to also consider white space characters as valid.
I try to use that, but if i use white space as input, it reject and shows error. then i realize that the references contain this line :
This validator includes an option to also consider white space characters as valid.
the question is, how to use the option??
can someone show me the way??

