Tag Archives: Yii renderPartial

render And renderPartial In Yii

render renderPartial Another Controller View render render is used to display page with layout or theme. $this->render(‘login’,array(‘model’=>$model)); renderPartial The renderPartial() method is also used for Ajax calls, where the layout isn’t appropriate It will show content of particular view file only and will not include theme files like css, js, header, footer etc.[empty theme content […]