yii: rendering a view by prettyscripts on 2010-10-29 11:58 • Send feedback » php • yii the following codes are called from a view files, and assume the file to be included is named partial.php. to render a view from the current controller, ie view files are from the same directory:$this->renderPartial('partial'); to render a… more »