Wednesday, January 11, 2017

renderPartial In Yii


$this->renderPartial(
        'application.views.user.index',
        array(
            'data'=>'Welcome',
            'model'=>$model,
        ));


 $this->renderPartial('webroot.themes.eusiajb.views.layouts.tpl_footer');

Wednesday, January 4, 2017