[Extension] comments-module
This module helps to add comments to any instance of CActiveRecord
View Article[Extension] comment-module
Module that adds comments to your application. You can add comments on any AR Model you like.
View Article[Wiki] Use application on production/development environment without making...
I like programing on my localhost, however it really bugged me to make changes to index.php & config files on my production server. After combining all available wiki articles on this topic and...
View Article[Wiki] Change buttons on our CGridView extending yii
In this tip, I'll help you to change in few second buttons of your CGridView. I hope you like it =). This is our standard grid created by yii (with gii, or console, ...)...
View Article[Wiki] Update two model with one view
Suppose to have two models: Users and Emails. You do not want to store email in a Users model. And User can have 0 or many emails. This is the form generated to create a new user (just username)....
View Article[Extension] yii-solr
A solr extension to allow fast and easy full text searching with Yii
View Article[Wiki] Secure password hashing with bCrypt
In this article I will show you how to implement a secure password hashing mechanism in your Yii projects using a bCrypt class. The inspiration for this wiki came from this discussion on StackOverflow....
View Article[Extension] apcinfo
A module for monitoring and managing APC from within a Yii application
View Article