↧
Zend_Form_Element_Captcha using ReCaptcha
Example of usage of ReCaptcha webservice using Zend Framework. I did have a basic login form and I wanted to add human verification. Although other versions exists I liked this one for the social...
View ArticleZend_Form constructor does warn about using objects in the constructor
Maybe it will save somebody an hour research. The error, actually a warning: htmlspecialchars() expects parameter 1 to be string, object given in /var/www/myproject/library/Zend/View/Abstract.php on...
View Article