[Extension] coco
single and multiple file uploader using ajax jquery, drag & drop featured.
View Article[Wiki] How to display static pages in Yii with database content?
To extend further static pages as shown by Qiang http://www.yiiframework.com/wiki/22/how-to-display-static-pages-in-yii/ here're the steps to take: Create a table spage (static page) in the databse...
View Article[Extension] database-command
Yii command to create database migrations from existing schema
View Article[Wiki] Hyphenation of routes in URL management
In this article, we introduce an approach that allows automatic hyphenation of the route part in URLs. As we know, Yii uses the URL manager to support URL creation and parsing. However, the default...
View Article[Wiki] Making friends configs, DB credentials and paths with version control
In many cases developers of one project use their own local environments for coding. There may be a common test platform and, of course, production. All these environments usually have different DB...
View Article[Wiki] Setting static modules' properties in config
You may face a situation when you need to access to a configurable module's property from everywhere and you don't have an instance of this module's class. There's a extremely simple trick that was...
View Article[Extension] rights-user-preconfigured
I prepackaged Yii Rights / Yii User so you don't have to configure anything but your database info.
View Article[Extension] tp-piwik-analytics
A simple way to add Piwik Analytics to your application.
View Article[Extension] tlbexcelview
Export to Excel using PHPExcel with automatic formatting, based on EExcelView
View Article[Wiki] URL management for Websites with secure and nonsecure pages
In this article, I will describe how to manage URLs for a Website that has both secure and nonsecure content. Secure content are sent via the https protocol using SSL (secure socket layer), while...
View Article[Extension] jouele-widget
Wrapper around Jouele player - a beautiful audio player for the web
View Article[Wiki] Install, update and use Yii with WAMP server
Here I am describing how you can install and update Yii in WAMP sever. Follow the following step by step procedures to find your destination- Step 1: Assigning PHP engine location path in system...
View Article[Wiki] Ember.js with Yii REST backend,demo application
Ember with Yii REST backend,demo application. A one page web application built with Ember.js and Ember-Data.Uses the default REST Adapter of ember-data as a Persistence Layer and a Yii REST API as a...
View Article[Wiki] Create custom button button with AJAX function in CGridView
Introduction How to One example Introduction CButtonColumn in CGridView can be customised to include user built buttons. To learn a great deal about including custom buttons, read this excellent wiki....
View Article