[Extension] csslowlogroute
Log profile entries slower than treshold or more frequent than treshold
View Article[Wiki] How to obtain a grammatically correct translation of the model name in...
The giix code generator has out of the box i18n support for model names and attribute labels (besides other cool features > check it out!) . But I want to factor in not only the plural form, but...
View Article[Wiki] Drop down list with enum values for column of type ENUM >+>...
Let's say our table 'mug' has a column named 'color' of the type ENUM('red','green','blue'). We want to replace the textfield for the attribute color in the create and update forms of a 'mug' with a...
View Article[News] Yii PHP framework 1.1.10 is released
We are very pleased to announce the immediate availability of Yii Framework version 1.1.10. This release mainly fixes several critical bugs in CActiveForm, CJuiDatePicker, and yiilite.php that were...
View Article[Extension] minifyclientscript
Minify and merge your CSS and JavaScript seamlessly via this ClientScript extension
View Article[News] Yii moved to GitHub
It's official now: Yii is on GitHub! We also switched to use GitHub issue tracker. Existing issues have already been imported into it. Many users have requested for this, and we think it's a wise move...
View Article[Wiki] Setting application parameters dynamically in the back-end
I was wondering how to set-up the application parameters in the back-end to use them all around the application without the need of using the database and I came up with this solution, I hope it helps...
View Article[Extension] unique-attributes-validator
Validate unique constraints with more then one attribute
View Article[Extension] yii-bootstrap-widgets
Collection of widgets and classes to apply the look&feel of bootstrap to yii.
View Article[Wiki] How to extend CFormatter, add i18n support to booleanFormat and use it...
As you know, the CDetailView widget displays details of a single model. If no formatting is specified, boolean values that are stored in the database as 0 and 1, are represented in the detail view as 0...
View Article