[Wiki] How to call a default layout for every module and how to work
Hi Friends, Hi Friends, Some common question is difficult to how to create the layout on yii and how to work <?php echo $content; ?> so in this tutorial you may help the create the common...
View Article[Wiki] Add Beautiful Radio/Checkbox Buttons To Grid
Overview This is a tutorial on how to create slick looking status buttons to update a model's status via a grid. Note** This tutorial uses Yii Bootstrap for styling. The basic idea is to render a grid...
View Article[Wiki] How to change the confirmation message on admingridview button and...
Hi Friends, if category is assigned to any product and can not delete the category.... or if you want to change the status on dynamic this article is helpful... In this example liquor_category is...
View Article[Wiki] Help pages using Markdown view renderer
This tutorial describes how to write your views for help pages using Markdown syntax to be able to generate PDFs from same source files. View renderer Create the file components/MdViewRenderer.php with...
View Article[News] Yii 1.1.14 is released
We are very pleased to announce that Yii Framework version 1.1.14 is released. You can download it at yiiframework.com/download/. In this release, we fixed more than 80 bugs and introduced more than 60...
View Article[Wiki] Create thermometer using rgraph
Hi friends, First I would like to thanks robregonm for it's very nice extension developing By using this extension we will create a thermometer like on this demo...
View Article[Extension] spatial-data-behavior
Allows to interact with spatial-fields of AR-model like regular arrays
View Article[Wiki] Email template functionality with manage content from database
Quick view to Admin side I hadn't specify whole flow as I assume you know yii crud flow well, and Quick understand of my specified admin flow.. :) I use Mailer Extension for email. Create table to...
View Article[Extension] exporter
A grid widget for exporting data, reusing columns definition and with support for eager loading using 'with' in CDbCriteria.
View Article[Wiki] CButtonColumn and Font Awesome icons
I was looking for a way to use Font Awsome icons instead of the default images in a CGridView -> CButtonColumn. Perhaps this will be useful to someone. ... array('class'=>'CButtonColumn',...
View Article[Extension] taghandler
Tag Handler is a jQuery plugin used for managing tag-type metadata in Yii
View Article