Tag Archives: CActiveForm

Yii Framework – reCAPTCHA with Active Form

CAPTCHAs on the Internet are as prevalent as they are annoying.  Unfortunately, these squiggly words are sometimes the best protection from automated attacks.  In our applications, we try to reduce use of CAPTCHAs, but when we do have to use … Continue reading

Posted in Yii Framework | Tagged , , , , | Leave a comment

Yii Framework Test Script Submitting to Production

Edit: It looks like our RewriteRule directives in Apache may have been the culprit. We rarely use a .htaccess file and instead use configuration files to speed up Apache. Since we didn’t change index.php to index-test.php in the configuration, it … Continue reading

Posted in Yii Framework | Tagged , , , , , | Leave a comment

CJuiDatePicker/CActiveForm Yii Framework

    For many of our web applications, we utilize the Yii Framework extensively.  A great feature of the framework is the CActiveForm, which allows you to link up your Model to your View in a very easy manner.  (See … Continue reading

Posted in Yii Framework | Tagged , , , | Leave a comment