Wiki articles tagged with "multiple"

Showing 1-6 of 6 items.

Save or Update Multiple related model values in one Tabular input form

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

In this wiki I will show you how to save/update a model with many related model For example: How to set a product to multiple categories only in one post form ?

1 0
1 follower
Viewed: 41 527 times
Version: 1.1
Category: Tutorials

Handling tabular data loading and validation in Yii 2

Created 11 years ago by Kartik V Kartik V, updated 9 years ago by Said Bakr Said Bakr.

The only differences in Yii 2 is that its much simpler due to available functions in the Model class for loading and validating models.

3 2
51 followers
Viewed: 62 274 times
Version: 2.0
Category: Tutorials
0 2
40 followers
Viewed: 22 851 times
Version: 2.0
Category: How-tos

Simple Multiple Environment Setup with Default Yii Installation

Created 11 years ago by Ibrar Turi Ibrar Turi, updated 11 years ago by CeBe CeBe.

After installing Yii basic application on our systems, most of the time we want to have multiple environment such as local, dev and live setup. Most of the times when we want to make changes to configuration file, we have to over-write configurations file for each environment.

2 0
8 followers
Viewed: 18 454 times
Version: 1.1
Category: How-tos

multiple CActiveDataProviders in one CGridView

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

There is a few cases that you want more of one CActiveDataProvider displayed in one CGrideView How to do that?

4 1
9 followers
Viewed: 33 946 times
Version: 1.1
Category: How-tos

using multiple radio button

Created 13 years ago by francis ja francis ja, updated 11 years ago by Rohit Suthar Rohit Suthar.

When we use multiple radio buttons with same name in Yii many people have the problem on getting the value of the selected radiobutton. The radioButtonList can be used for that, but if we need to use radioButton itself to place the button any where in a view, we need to include one more parameter in htmloption array().

6 0
13 followers
Viewed: 75 958 times
Version: 1.1
Category: Tips