예제 #1
0
    </div>
    <div class="form-actions">
        <?php
        $this->widget('booster.widgets.TbButton', array(
            'buttonType' => 'submit',
            'context' => 'primary',
            'label' => 'Search',
        ));
        ?>
    </div>
    <?php $this->endWidget(); ?>
<?php endif; ?>
<?php
$model = new ProductPrice();
$this->widget('zii.widgets.grid.CGridView', array(
    'dataProvider' => $model->StockReport(),
    'id' => 'stockreport-grid',
    'columns' => array(
        array(
            'header' => 'CODE',
            'value' => 'strip_tags($data[\'CODE\'])',
            'type' => 'raw',
            'name' => 'CODE',
            'htmlOptions'=>array('width'=>'200'),
        ),
        array(
            'header' => 'SKU',
            'value' => 'strip_tags($data[\'SKU\'])',
            'type' => 'raw',
            'name' => 'SKU',
            'htmlOptions'=>array('width'=>'200'),