Wiki articles tagged with "validation"

Showing 1-9 of 9 items.

Safely checking if a model class exists (without exploding)

Created 11 years ago by Boaz Boaz, updated 11 years ago by CeBe CeBe.

While rewriting the PcReportContent extension I'm maintaining I've bumped to a challenge. This wiki was born out of it.

1 0
2 followers
Viewed: 20 403 times
Version: 1.1
Category: How-tos

How to display page on fancybox...using CHtml::ajaxlink with yii validation

Created 12 years ago by Ankit Modi Ankit Modi, updated 10 years ago by Rohit Suthar Rohit Suthar.

1) include the fancybox extesion otherwise fancybox js

0 0
4 followers
Viewed: 20 726 times
Version: 1.1
Category: Tutorials

Debugging CActiveRecord failed save() attempts

Created 12 years ago by Boaz Boaz, updated 11 years ago by Boaz Boaz.

When you're filling up a form of a CActiveRecord (using CActiveForm for example), usually you'll construct your code so that in case of validation error you'll get back the form with the error displayed back to you, typically when CActiveForm.errorSummary() is used. This is how its done by Gii.

4 0
2 followers
Viewed: 41 081 times
Version: 1.1
Category: Tips

Client-side form validation using Twitter Bootstrap's Popovers

Created 12 years ago by Trejder Trejder, updated 12 years ago by Trejder Trejder.

This article explains how to easily turn standard text-line validation errors into beautifully and professionally looking Twitter Bootstrap's Popovers.

4 0
9 followers
Viewed: 46 327 times
Version: 1.1
Category: How-tos

A simple way to get Yii client-side form validation run when submitting by ajax

Created 12 years ago by nlac nlac, updated 10 years ago by nlac nlac.

A time ago i've met the issue that Yii doesn't run any client-side form validation when submitting the form by CHtml::ajaxSubmitButton. The small javascript below helps to fix it.

4 1
11 followers
Viewed: 65 780 times
Version: 1.1
Category: Tutorials

Working with radiobutton list

Created 13 years ago by vibhaJadwani vibhaJadwani, updated 13 years ago by vibhaJadwani vibhaJadwani.

This is a tutorial to work with radioButtonList which will handle enum datatype. Form design and validation both are detailed here.

9 0
10 followers
Viewed: 133 303 times
Version: 1.1
Category: Tutorials

Understanding "Safe" Validation Rules

Created 14 years ago by Steve Friedl Steve Friedl, updated 12 years ago by Gismo Gismo.

A common source of confusion among new Yii users is how the 'safe' validator works, how it works with other validators, and why it's necessary in the first place. This article means to clear up this confusion, as well as explain the notion of Massive Assignment.

75 0
46 followers
Viewed: 193 094 times
Version: 1.1
Category: FAQs

Enforcing "You must agree" requirements in forms

Created 14 years ago by Steve Friedl Steve Friedl, updated 14 years ago by Steve Friedl Steve Friedl.

Checkboxes have two possible values, true and false, but some applications require that the user select one particular value before proceeding. Examples might be:

25 0
17 followers
Viewed: 34 607 times
Version: 1.1
Category: How-tos

Reference: Model rules validation

Created 15 years ago by krillzip krillzip, updated 11 years ago by Rodrigo Rodrigo.

This is a reference to be used for Model rule validation and is compiled from the Yii documentation and code. The purpose is to have all the information gathered in one place instead of scattered. This reference is not an intro. See The Definitive Guide to Yii, Declaring Validation Rules for a tutorial.

99 0
114 followers
Viewed: 901 975 times
Version: 1.1
Category: How-tos