Wiki articles

Showing 321-340 of 823 items.

Useful Multilanguage extensions collection and use.

Created 11 years ago by cihappy, updated 9 years ago by Rohit Suthar.

What I want to achieve:

2 0
3 followers
Viewed: 10 251 times
Version: 1.1
Category: Tips

Display image on CGridView column and open a fancy-box

Created 11 years ago by Ankit Modi, updated 11 years ago by Ankit Modi.

1) Add a fancy-box extension on admin page

0 0
2 followers
Viewed: 18 124 times
Version: Unknown (update)
Category: Tutorials

Multiple Database Connection : Select database based on login user id, Dynamic

Created 11 years ago by Rajith R, updated 10 years ago by parthshah.

create a class file under protected\components named RActiveRecord.php

7 0
13 followers
Viewed: 45 331 times
Version: 1.1
Category: How-tos

Yii HMVC

Created 11 years ago by ezekielnoob, updated 11 years ago by ezekielnoob.

what i am going to introduce is a coding style that will result into a single page generated from different requests like in the example below this makes the specific request reusable instead of just an action being accessible to the controller in which the widgets are created

2 1
10 followers
Viewed: 31 023 times
Version: Unknown (update)
Category: How-tos

CGridView Date Range Without Cookies or Session (External Filtering)

Created 11 years ago by ezekielnoob, updated 9 years ago by ezekielnoob.

Here's a tutorial on how to create a CGridView with external date filters the trick is to create hidden columns within the CGridView Filters something like in the example below: grid

3 0
8 followers
Viewed: 21 636 times
Version: 1.1
Category: How-tos
6 1
9 followers
Viewed: 59 546 times
Version: 1.1
Category: How-tos

Cgridview counter column

Created 11 years ago by Nisanth thulasi, updated 11 years ago by trond.

some times we want to show the serialNo on cgridview .

4 0
8 followers
Viewed: 11 075 times
Version: Unknown (update)
Category: Tips

How to preload dropdowns in CForm

Created 11 years ago by transistor, updated 11 years ago by transistor.

So you want to use CForm (form builder), but need to preload dropdowns in a form? It's simpler than it seems.
You got your CFormModel, CForm and the actual Form, right?
Let's say you have the typical State -> City dependent dropdowns, so you would want to load the from with the State and City selected.

1 0
2 followers
Viewed: 12 234 times
Version: Unknown (update)
Category: Tips

how to make a dynamic progress bar to show the percentage or status

Created 11 years ago by hehbhehb, updated 10 years ago by Boaz.

Yii have a CJuiProgressBar, but it is static. If we want a dynamic progress bar to show the percentage or status, we have to do more things. I make it successfully and am glad to share it with you.

3 0
7 followers
Viewed: 84 984 times
Version: 1.1
Category: How-tos

How to Display tooltp(qtip) on CGridview dynamic

Created 11 years ago by Ankit Modi, updated 11 years ago by softark.

Hi Friends,

0 0
4 followers
Viewed: 16 374 times
Version: Unknown (update)
Category: Tips

Display Status image on CGridView column

Created 11 years ago by Ankit Modi, updated 5 years ago by samdark.

How to display status image on admin gridview.

0 0
5 followers
Viewed: 21 762 times
Version: 1.1
Category: Tutorials

A very easy way to setup yiic on WAMP server (without extra windows settings)

Created 11 years ago by Kostas Apazidis (KonApaz), updated 10 years ago by Kostas Apazidis (KonApaz).

Assuming that you have already install the wampserver on your windows.

3 1
4 followers
Viewed: 51 746 times
Version: 1.1
Category: Tutorials

"safe" and "unsafe" Model validators (massive assignments)

Created 11 years ago by Kostas Apazidis (KonApaz), updated 8 years ago by brianvu.

Ok, it is a little bit difficult to full understanding the unsafe validator.

2 2
7 followers
Viewed: 37 029 times
Version: 1.1
Category: How-tos

Get 'source' data from the database - for TbEditableColumn or EditableColumn ('type'=>'select' / dropdownlist)

Created 11 years ago by Gerhard Liebenberg, updated 10 years ago by Gerhard Liebenberg.

If you want to edit data directly in the gridview in a 'dropdownlist' style, then you could use the 'type' => 'select' option of TbEditableColumn (YiiBooster) or EditableColumn (x-editable for Yii). This wiki shows how to get data from the db for the 'dropdownlist', by converting AR model data into an array that is passed in json format.

3 0
2 followers
Viewed: 23 589 times
Version: 1.1
Category: How-tos

using editors of yiibooster - fix issues - configuration

Created 11 years ago by Kostas Apazidis (KonApaz), updated 10 years ago by Nur Rochim.

if you have use the yiibooster extension, you have definitely used the amazing redactor, html5 and ckEditor editors.

4 0
4 followers
Viewed: 13 897 times
Version: 1.1
Category: How-tos

Create Excel File with PHPExcel Plugin (Insert Image in Excel Sheet ,Use Template to Create Excel File, Create New Sheet)

Created 11 years ago by codesutra, updated 9 years ago by codesutra.

This is an example for how to create Excel File with PHPExcel library.This article is inspired by Wikki Article return by Antonio Ramirez and extension created by marcovtwout for [PHPExcel library](https://github.co...

Create / Generate PDF files with TCPDF plugin (Example to generate Table with TCPDF plugin)

Created 11 years ago by codesutra, updated 10 years ago by codesutra.

Few days ago i was playing with TCPF plugin to create a PDF files. Since i have checked few available extension and also checked some forum threads but still i dont get my expected result for PDF file.

4 0
11 followers
Viewed: 82 284 times
Version: 1.1
Category: Tutorials

Insert a multirow header in CGridView

Created 11 years ago by Peppe, updated 10 years ago by Peppe.

The CGridView widget is very useful and customizable, but sometimes you need a little more. One limit I found is to have only one row for headers; yes, you can write each column header in more than one row, but just inside the single cell. I was looking instead for the possibility to use more than one row, with different structure one from the others. This way **you can write columns grouping h...

4 0
5 followers
Viewed: 27 739 times
Version: 1.1
Category: How-tos

Relational Query - Lazy Loading and Eager Loading in Yii 1.1 / with and together

Created 11 years ago by softark, updated 8 years ago by softark.

It's well known that there are Lazy Loading approach and Eager Loading approach in the relational query. But it's important to note that you should distinguish 2 different modes in the Eager Loading in Yii 1.1.x.

9 0
22 followers
Viewed: 60 541 times
Version: 1.1
Category: Tutorials

Building Page Specific Menus using CMenu

Created 11 years ago by mistryb, updated 9 years ago by mistryb.

The Yii Framework provides a sweet functionality that allows you to easily create page specific menus. What does this mean? This allows you to create one layout or CSS styling for your menu, and when each page is loaded, a new set of menu items is loaded in. This is useful for context specific sidebars within your application.

0 0
3 followers
Viewed: 17 426 times
Version: 1.1
Category: How-tos
Tags: CMenu