[Wiki] Additional form data with XUpload
In this article you'll learn how to send additional form data when uploading files using XUpload widget This are the steps that we need: Duplicate and edit the upload form template, so we can render...
View Article[Extension] yii-newrelic
Yii wrapper around the New Relic PHP API, for Application Performance Management
View Article[Extension] formdialog
Form dialog allow you to transform each create link in a ajax/dialog link.
View Article[Wiki] Using phpseclib with Yii
I installed phpseclib because I needed to do some AES encryption in my project. After all the hassle of installing php lib, I found out that Yii already has a security module (securityManager). I...
View Article[Wiki] The complete beginner's study guide for the Yii Framework
Studying the framework Start studying the MVC pattern. You will understand the roles of the model, the view and the controller and know where goes each part of the code. MVC on the Wikipedia MVC on the...
View Article[Wiki] [pt-br] O guia de estudos do Yii para iniciantes
You can find the english version of this wiki here: The complete beginner's study guide for the Yii Framework. Estudando o framework Comece estudando o padrão MVC. Você vai entender os papéis do...
View Article[Wiki] A simple go back button widget
We all know that widgets are really useful. We can use the almost everywhere we want, and we can use the same code a lot of times ( Almost OOP ). In this case we are going to create a really useful and...
View Article[Wiki] Serial Numbers (item counts) in GridView
Sometime we need to display numbers of items per page with their counting as a serial number. Here is How we can do it easily in Yii. Extend CGridColumn Yii::import('zii.widgets.grid.CGridColumn');...
View Article[Extension] juidatetimepicker
DateTime picker with localization's support and current time instead zero in picker
View Article[Extension] i18nactiverecord
The i18nActiveRecord is a type of Yii CActiveRecord that provides internationalization features.
View Article[Extension] tp-google-analytics
A simple way to add Google Analytics to your application and includes options for advanced usage.
View Article[Wiki] simple CSV export
Hello everyone, this simple component extract data to CSV. The main difference with others is the ability to format each column using Yii::app()->format functions in a very similar way as CGridView...
View Article