[Wiki] YiiFunctions - Helper file, a collections of Yii function to make the...
YiiFunctions Helper file, a collections of Yii function to make the Yii coding shorten. The goal of this file is to make more simplication and new way of coding design. How to install this file ?...
View Article[Extension] yii-soundcloud-player-widget
Yii Framework widget to embed Soundcloud.com player widget into your web apps.
View Article[Wiki] Cheat Sheet: Displaying Name instead of Numbers and Displaying...
Yii Cheat Sheet I keep a reference to some simple but painful task if you forget a common or something. I am new to Yii and this took awhile for me to figure out. Everything I read said do this or do...
View Article[Wiki] Yii shorten common functions with OOP style
This article will show how you can use Yii common functions as shorten OOP function. These functions will help you work with Yii common functions is easier as OOP style. For examples: <?php //...
View Article[Wiki] Adding 'disabled' to CCheckBoxColumn and support for yiigridview.js
I recently had to have a checkbox column in my grid view that supported the 'disabled' attribute. This was easy enough to do by extending the CCheckBoxColumn. Hwoever, I also wanted the checkbox to be...
View Article[Extension] dynatree
Wrapper class for jQuery Dynatree extension also handles with setting selected items and form submit.
View Article[Wiki] Image resize on the fly
Requirements. Yii based application Enabled path UrlFormat for UrlManager All rewrites rules shout be written (.htaccess or any other conf) Image extension for Yii installed (...
View Article[Extension] yiilessextension
Yii Less Extension gives a VERY simple and straight forward way to include LESS files in your Yii view files.
View Article[News] We are getting ready for a new Yii release!
Since the last release (Yii 1.1.12), we have accumulated 31 bug fixes, 39 enhancements and 6 updates. It's time for us t o prepare for the next release: Yii 1.1.13. As it happened few times in the past...
View Article[Wiki] Create sitemap.xml file dynamically on root folder with one hit
I had created one controller file which can create sitemap.xml file(which is used for seo, google crawler and many other puropse) dynamically with one run. This article is use for Yii framework basic...
View Article[Wiki] Syncing sessions between Yii and KCFinder
I have been trying to find information on how to sync the sessions between Yii and KCFinder so that the two applications can "communicate" with each other. I managed to find some bits and pieces on the...
View Article[Wiki] Simple and multiple image imbeding tips in Article/Content
Hi I not saying the great and nor the new but I had done this first time to handle article with multiple image in between the content. Generally every website has article related page and most of those...
View Article