[Extension] mapping
A Mapping Widget for placing openlayers maps, and doing spatial queries. the goal is to make it better than GeoExt
View Article[Wiki] Debugging CActiveRecord failed save() attempts
What's the problem? When you're filling up a form of a CActiveRecord (using CActiveForm for example), usually you'll construct your code so that in case of validation error you'll get back the form...
View Article[Wiki] Using CListView to display items next to each other (in columns)
When using CListView to display multiple views next to each other, we can use the $index variable inside the viewFile to achieve this. As far as i know there is no extension or out-of-the-box...
View Article[Wiki] Store session in database
CREATE TABLE IF NOT EXISTS `sessions` ( `id` char(32) NOT NULL, `expire` int(11) DEFAULT NULL, `data` blob, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; 'session'=>array(...
View Article[Extension] mctreegridview
A modification of cqtreeview,combining treeview and cgridview with filter search enabled
View Article[Wiki] AngularJS Frontend:Connecting it with a Yii Backend REST API.Gallery...
AngularJS Frontend:Connecting it with a Yii Backend REST API.Gallery Manager Demo Application. By Spiros Kabasakalis Overview A Gallery Manager demo application with Yii REST backend and AngularJS...
View Article[Wiki] Simple Mail Queue
Overview This tutorial shows how to create a simple mail queue. It is usually run from a cron job but can be run from the command line too. The basic idea is to create a complete mail message and store...
View Article[Wiki] Using Nginx and Apache2 in separate distributed servers (ie, Amazon...
We are running one frontend running NGINX and several app servers running Apache2. There are several issues we have come across but right now I'll be documenting one of them. I'll be completing this...
View Article[Extension] maskedimage
Now it's easy to create masked image with this user friendly extension.
View Article