PHP Class TbSortableAction

It is a component that works in conjunction of TbExtendedGridView widget with sortableRows true. Just attach to the controller you wish to make the calls to.
Inheritance: extends CAction
Show file Open project: yinhe/yincart

Public Properties

Property Type Description
$modelName the name of the model we are going to toggle values to

Public Methods

Method Description
run ( ) Widgets run function

Method Details

run() public method

Widgets run function
public run ( )

Property Details

$modelName public property

the name of the model we are going to toggle values to
public $modelName