News Feed
Jobs Feed
Sections




News Archive
Refulz Blog:
Yii Framework - Scenarios for Conditional Multiple Validation Rules
April 24, 2012 @ 09:18:49

On the Refulz blog there's a post showing you how to set up conditional multiple validation rules in a Yii framework application.

I am yet to write the last article of the Yii Session series. I just decided to write something about the scenarios in the Validation feature of Yii framework. Scenarios are a very useful tool for adding different validations rules for different cases on the same model. In a real life situation, you would require one validation rule for user registration but the same rule might not be applicable to the User login. Scenarios help you define validation rules for different situations within same model.

He shows you how to set up a "rules()" method in your model and a few validation configurations inside it - ensuring the password and email are set, checking the length of the password, etc. Then, by calling the "validate()" method on the model, you can easily apply these rules and check the pass/fail status.

0 comments voice your opinion now!
yii framework validation model rules tutorial


blog comments powered by Disqus

Similar Posts

Robert Basic's Blog: Debugging two PHP projects in Netbeans at the same time

NETTUTS.com: CodeIgniter From Scratch: Day 3. Sending Emails and Attachments

Robert Basic's Blog: Listening to Dbus signals with PHP

Padraic Brady's Blog: The PHPSpec 0.2.0devel API

IBM developerWorks: Understanding the Zend Framework (Parts 5 & 6)


Community Events











Don't see your event here?
Let us know!


language tool unittest code framework series community zendframework2 introduction example functional interview podcast application release development conference opinion phpunit testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework