[News] Yii and DHTMLX Integration
The recent update of DHTMLX, a JavaScript component library, introduces the possibility to integrate the client-side DHTMLX components with the Yii framework. DHTMLX delivers a rich collection of user...
View Article[Extension] eamchartwidget
Simple Widget to renderize Charts using AmCharts Javascript Library
View Article[Wiki] Customize CGridView columns directly in your view
You usually take a model instance passed into your view to provide data to a CGridView in this way: $this->widget('zii.widgets.grid.CGridView', array( 'dataProvider' => $model->search() , ));...
View Article[Extension] pcsimplephonevalidator
Validator class for (simple) phone number validation
View Article[Extension] socialshareprivacy
Widget for jQuery socialshareprivacy Plugin - For Facebook, Twitter and Google+
View Article[Wiki] Create image thumbnails with php_img_preview
This is another way to view images in your application and I like this way because it's simple and I think it's better performance than other. php_img_preview is grate tool created by @muayyadalsad...
View Article[News] Yii PHP framework 1.1.12 is released
We are very pleased to announce the immediate availability of Yii Framework version 1.1.12. You can download it from the Yii project site at http://www.yiiframework.com/download/ This release mainly...
View Article[Extension] busca-endereco-via-cep
Consulta o endereço a partir do CEP e preenche os campos automaticamente.
View Article[Wiki] Como publicar una imagen en CgridView
Este es un ejemplo sencillo de como mostrar una imagen dentro de un CGridview. Supongamos que tenemos un campo donde guardamos la direccion de la imagen que deseamos mostrar, lo que deberíamos hacer es...
View Article[Wiki] LIVE CHAT (IRC)
Live chat in yii framework is really splendid and awesome. Well using this feature that it allows us to not only chat but it gives us integrate the chat feature in our own website which is really...
View Article[Wiki] The MrFisk IRC Bot
Introduction MrFisk is a sleek little bot hanging out in the official #yii IRC channel on freenode. This document intends to provide a summary of what MrFisk can do for you and how to use his...
View Article[Wiki] Custom Archive in Blog system
Hi I had made simple archive system for blog system that can handle tbl_post. I had used simple CDbCriteria not more than that. I know there is more and many better way to this but I think this will...
View Article[Wiki] Entire Messages into javascript object
I needed all messages with their translation into javascript. This is my solution: 1- Extend CPhpMessageSource, creating MPhpMessageSource into protected/components : class MPhpMessageSource extends...
View Article[Wiki] CButtonColumn: Use special variable $data for the 'id' in the...
The problem In an application I had a CGridView with a CButtonColumn and for an Ajax-Request I needed to make sure that the IDs of the buttons would not change when the GridView was updated so in...
View Article[Wiki] Create Yii Project In Cloud9
Abstract This tutorial will guide you through the process of creating a yii application using Cloud9. We will use a git workspace to enable version control and also show how to link the Cloud9...
View Article