i am creating form, i found some method called persistData().
I have explored the Zend_Form class but there is no documentation.
I ams curious about its usefulness. Can anyone give me an explanation?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This function – is part of plans for future functionality.
The plan was to use it for persisting data in the session between requests
— which would be useful for multi-page forms. But it was a low priority
feature, so developer placed a stub only; there’s also a test marked incomplete
for it in the test suite.
PROOF LINK