[Extension] phantomjs-takescreenshot-action
A web service which is implemented as an action to take screenshot of a website using phantomjs
View Article[Wiki] Integrating Wordpress and Yii: still another approach, using Yii as...
Overview A lot of people have written posts on integrating Yii and WordPress. This article combines goncin's approach with an article I read about integrating Symfony and WordPress and applies it all...
View Article[Wiki] Dynamic parent and child CGridCiew on single view. Using $.ajax to...
I know this is a lengthy wiki, but 90% of the stuff you have already working and I also used lots of spaces and comments between code. The actual code is not that long. Many desktop programmers are...
View Article[Wiki] CGridView keep state of page and sort.
Remember-filters-gridview is one of the must-use extension on all of my project. However, it lacks of storing the page and sort variables of the grid view. In addition, Page size dropdown is also...
View Article[Extension] xbuttoncolumn
extends CButtonColumn adding an extra button {yesno} for updating db status-type field in the way of {delete} button via ajax
View Article[Wiki] Widget Personalizado
Nesse wiki vou tentar exemplificar de forma mais clara e objetiva o uso de widget com o CDataProvider. Controller /* * Display 10 itens do Model */ $dataProvider = new CActiveDataProvider('Model',...
View Article[Extension] database-dumper
Allows to create backups of mysql database structure and data
View Article[Extension] listbehavior
Easy working with status-like attributtes of active record (represent text and html for integer values)
View Article[Extension] jimgareaselect
selecting a rectangular area of an image. It allows web developers to easily implement image cropping functionality
View Article[Extension] yii-dump-db
Another extension that allows to create backups of mysql database (structure and data)
View Article[Wiki] Nice File Upload Tool on Yii Framework
Hello everyone, this contribution is made to provide some help on file uploads using a nice tool i found on GitHub site. Please refer to author's site if you want to know more about the tool:...
View Article[Wiki] Events explained
Let's see what exactly are the events in Yii! What is an event? It is the fact that we want to express that in certain points in our source code something happens! Let's say that we are inside a...
View Article[Wiki] Simple RBAC
If you need simple Role based access control without the long RBAC process then this article is just for you. Lets jump to the point. The user model On your user table make a column named 'roles'....
View Article