[Wiki] Black Bootstrap - Bootstrap theme for YII Framework
I have created a theme using bootstrap for YII Framework. The theme includes breadcrumbs, form, notification, sidebar view etc. The theme documentation was available here It's screenshot and download...
View Article[Extension] tablesorter
An extension to convert the default grid view to beautiful table style with jquery filters.
View Article[Wiki] i18n All-in-one format and timezone conversions for date, time,...
Most of the currently available functions/extensions/behaviors directly or indirectly use timestamps to perform "format" and "timezone" conversions. This creates problems for dates falling outside the...
View Article[Wiki] custom sql query results to CDetailView
This is a bried guide about displaying of custom sql query results. The result of the query will display on CDetailView widget Remember that the query have to returns only one row. In any case the code...
View Article[Wiki] Simple Ajax popup
Simple Ajax popup view with Ajax link Ajax Link In one of your view file, where popup needed. CHtml::ajaxLink('View Popup', 'ur-controller/ur-action', array('update' => '#simple-div'), array('id'...
View Article[Wiki] Multiple files uploader with CMultiFileUpload
Today I will show you how to handle multiple file upload step by step. In your controller. public function actionCreate() { $model = new Photo; // Uncomment the following line if AJAX validation is...
View Article[Extension] elanguageurlmanager
ELanguageUrlManager transparently maps the current application language to the created urls and the other way.
View Article[Extension] cookiecontrol
Cookie Control is a mechanism for controlling user consent for the use of cookies on their computer.
View Article[Wiki] thumbsgen and Kohana Image Library together (extends an extension)
In this wiki I will show you how to extends an extension and/or how can two or more extensions work together. Actually I show you a real example that I encountered. In the last year I had created a...
View Article[Extension] hitcounter
Get the hit counter of the web page. Also the client ip address, Organization , Country etc..
View Article[Wiki] Rendering Views and Updating them with Ajax
I wanted to implement a widget that could refresh itself through Ajax without refreshing the whole page. CGridView and CListView are excellent examples of such widgets. I spent some time trying to...
View Article