[Extension] etimepicker
a simple time picker widget, 24hours format output readed from controls.
View Article[Extension] chosen-widget
Yii Widget for Chosen - Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly.
View Article[Wiki] An Easy Solution for Dependent dropDownList Using AJAX
New Yii guys are facing sometime to manage dependent dropDownList using AJAX. I am going to discuss about an easy solution about this issue. Example code: Code in View- <?php echo...
View Article[Wiki] How to use YiiBooster TbFileUpload widget
Introduction The following wiki is to explain how to make use of the TbFileUpload widget from YiiBooster. I have received a couple of requests and I thought was worth writing a wiki for it. Usage...
View Article[Wiki] MigrateCommand class for multiple sites using one code base
My CMS supports multiple sites using one code base therefore the db connection can only be configured by detecting the site's domain. As Yii's MigrateCommand class does not support a domain parameter...
View Article[Extension] timebarredtoken
Small extension, providing an API for creating and validating an encrypted token that has a limited lifetime.
View Article[Extension] cssattacher
Attach CSS anywhere in your application. Render only used styles in convenient way.
View Article[Wiki] CKEditor Integration (includes steps for file uploads) - Step by Step
Hey guys, I'm hoping other people will find this helpful. Today I went through the process of adding CKEditor to one of my projects, and then integrating KCFinder as the image uploader. It will be used...
View Article[Wiki] PayPal Payment And IPN (Instant Payment Notification)
Introduction Had to implement PayPal payments for a client and would like to share part of my code with you. Because the tutorial will become too long, I'll leave some code to be done by you, e.g....
View Article[Wiki] Load the Yii-Bootstrap Extension on Specific Actions
A big problem I've hit with the Yii-Bootstrap extension is that all AJAX requests are initializing Bootstrap because of preload. This is a huge waste of resources, especially when using AJAX-based file...
View Article