Digitalus Form adds a hash control to avoid cross site attacks.
The validatePost() method does a few things that you need to do every time you process a form. It:
- determines that the request method was post
- loads the post
- validates the form
The populate() method accepts a Digitalus_Model as the argument (as well as an arrray).
There is a getReferrer() method tells you which page submitted the form.
No comments:
Post a Comment