[Wiki] How to use a component before every action of a controller
I guess this is a tip on how to execute some code before every action in a controller, because I will tell you how I did it and maybe you can use the idea in your project. I needed to run some code...
View Article[Extension] yii-resque
php-resque wrapper for Yii, build as component and command console
View Article[Extension] taggable-behaviour
Behaviour for CActiveRecord that allows to attach tags to a model.
View Article[Wiki] Yiinitializr: The Library
Introduction For those who have created a project boilerplate with Yiinitializr site, you will find that is not just a project boilerplate what you just downloaded. Within the boilerplate comes a...
View Article[Extension] model-versioning
SAModelVersioning is a Yii behavior that provides versioning capabilities to any ActiveRecord object
View Article[Extension] fontawesome
Introduces FontAwesome to Yii and extends Bootstrap-like extensions
View Article[Wiki] Client-side form validation using Twitter Bootstrap's Popovers
Introduction This article explains how to easily turn standard text-line validation errors into beautifully and professionally looking Twitter Bootstrap's Popovers. Solution is quite easy (very easy)...
View Article[Wiki] Implementing menu items with progress (wait) dialog
This article shows one of possible ways to implement menu items (as well as links), which displays a progress / wait dialog and are redirecting browser to destination URL in the same time. This is...
View Article[Extension] advanced-ar-find-behavior
findColumn similar to findAll, which returns array of values for the column
View Article[Extension] evisualevent
See JavaScript attached to Events in a Browser (used Visual Event library)
View Article[Wiki] defaultScope
This example includes a composite condition as well as an empty condition (as if you bypass or disable defaultScope). If you want to apply constant filter(s) to all your tables - even to related tables...
View Article[Extension] yush
YUSH (Yii Upload Structure Helper) helps manage paths and URLs for uploaded resources
View Article[Extension] livegridview
RefreshGridView continuously refreshes the visible data items in the body of the CGridView table
View Article[Extension] jbackup
Module to manage backups of both the database and file and directory
View Article[Wiki] Profiling using XDebug
A short explication on how to extract profile information for PHP on your server using XDebug and KCacheGrind or WinCacheGrind. Yii has some built in profiling features, but I find that they require...
View Article