February 2012
5 posts
6 tags
VINAY Kr. SHARMA: How to install & setup... →
vinaykrsharma: Introduction PostgreSQL is a powerful object-relational database management system, provided under a flexible BSD-style license. PostgreSQL contains many advanced features, is very fast and standards compliant. PostgreSQL has bindings for many programming languages such as C, C++, Python, Java,…
Feb 21st
3 notes
1 tag
Yii is closed open source →
When Yii was young, this was a good thing, Qiang et al needed to retain control to prevent a too many cooks scenario. But now Yii is fairly mature, some big businesses rely on it, and the codebase has increased in size dramatically, yet we still depend on the few core devs to: 1. Design and implement new features 2. Find and fix bugs 3. Test things before release
Feb 16th
1 note
3 tags
Create your own Validation Rule
Here are an example to add custom validation rule for model class. This example adding a validation rule for password strength of User model. Creating the class file First create a custom validator class and extend CValidator <?php class VPasswordStrength extends CValidator { ... } ?> Now define four constant and one public attribute for class that you want to use your validation...
Feb 16th
2 notes
tumblrbot asked: WHAT MAKES YOU FEEL BETTER WHEN YOU ARE IN A BAD MOOD?
Feb 12th
3 tags
Yii Framework 1.1.10 Released
Download Yii 1.1.10 Yii Framework Change Log Version 1.1.10 February 12, 2012 Fixed the bug introduced in 1.1.9 CActiveForm required field was not validated if left empty (mdomba) Better fix for bug #1799 old fix was breaking CJuiDatePicker tabular input (mdomba) Fixed the CActiveForm clientvalidation for tabular input (mdomba) Fixed the bug that using yiilite.php and CLocale will cause exception...
Feb 12th