[Extension] eactiveajaxform
Use ajax validation + ajaxSubmitButton together in CActiveForm
View Article[Extension] cdynamicrecord
CDynamicRecord allows a single model class access to multiple tables of the same type across multiple databases.
View Article[Wiki] Twitter Bootstrap style Breadcrumbs
1: Create breadcrumb in your view file. $this->breadcrumbs=array( 'Junaid Atari'=>array('user/main', 'id'=>12), 'Change Password', ); 2: Update the code in /layouts/main.php <?php...
View Article[Extension] ajax-crud-behavior
Single Page CRUD operations on ActiveRecord models with controller behavior inherited AJAX actions
View Article[Extension] packagecompressor
A Javascript/CSS compressor based on Yii's package system
View Article[Extension] yiiamqp
YiiAMQP is a fully functional AMQP producer and conusumer Yii application component.
View Article[Extension] monthpicker
Yii extension wrapping the jQuery UI Monthpicker Widget from Julien Poumailloux
View Article[Extension] yiiformatcurrency
YiiFormatCurrency - jquery Format Currency adapted for PHP Yii Framework.
View Article[Wiki] Upload Files to Rackspace Cloud Files CDN
Step 1: Download the Files The first thing that you will need to do is download and unzip the Rackspace php Cloudfiles folder onto your server. I installed it on MYDOMAIN.com/protected/lib . The...
View Article[Extension] hoauth
provides simple integration with social network authorization lib Hybridauth in Yii (facebook, google, twitter, vkontakte ...)
View Article[Extension] xreadmore
A widget to shorten html content to a certain length, and give a link to read for the full text.
View Article[Wiki] Extending an ActiveRecord model
Introduction Let's say that we have an ActiveRecord model that we want to refine with extra data, we could go and add columns to the database and include them in the ActiveRecord model. Example We have...
View Article[Extension] rackspaceconnect
Upload and view files from your Rackspace CloudFiles Containers
View Article[Extension] likedislike
Simple extension for putting like or dislike count to your yii application
View Article[Extension] exportablegridbehavior
Behaviour that allows to download GridView filtered data as CSV
View Article