[Extension] ezclipboard
Widget to easily add ZeroClipboard copy functionality to a view
View Article[Extension] sitemap
Powerful and easily extensible low-level solution for retrieving application structure
View Article[Wiki] Implementing a Flat User Access System
Intro This article shows a quick and easy way to implement flat user access control system. Flat means, that user access is controlled by level only, which is solution exactly opposite to complex RBAC...
View Article[Wiki] Using Google Maps in Yii Applications via Jquery
Author: Christian Salazar Follow @salazarchris74 This a clear way to implement a human-address-based google map using a jQuery extension. It is very simple and usefull. STEP 1 put this script in your...
View Article[Wiki] How to change Migration Table name and use defined prefix.
To accomplish the task of changing Migration table's name, by default tbl_migration, you need to add the following in your ./protected/config/console.php. // Command Map 'commandMap'=>array(...
View Article[News] Yii Application Development Cookbook, Second Edition
Second edition of the Yii Application Development Cookbook by Alexander Makarov will be available in a few weeks. In the new version many recipes were updated and rewritten to reflect latest Yii and...
View Article[Wiki] Alternative folder structure for a standard Yii app
I found a standard Yii app's protected folder structure nearly perfect. With a few simple moves and a little bit change to the code, I managed to bring it to the level, which I found as fully perfect....
View Article[Wiki] CGridView: Adding behaviors from configuration, and template items...
Changing the way a CGridView is rendered from the configuration file, or through behaviors specified at the moment it is used, is handy to extend a CGridView without creating tons of different classes...
View Article[Wiki] Yet another implementation of CPhpAuthManager.
In this wiki, I try to implement a simple authorization schema without putting much logic inside a file or into database table. We are constructing authorization hierarchy inside the controller. We are...
View Article[Wiki] How to implement an event and attach it in a behavior
This page explains how to implement an event and catch that event in a behavior. To understand what happends you should know or have an idea of what behaviors and events are. If not just quicky read...
View Article