I have built a series of custom forms that don't use the ZEND form class. I would like to add CSRF protection using the ZEND classes, but all the examples I look at use the form class.
How would I go about implementing CSRF protection to my manually created forms?