I am new in yii, and trying to import a existing PHP site into this framework, so i want to remove default layout style of yii, just wanna show my view page. Is there any way to do so?
like, when i load a view
$this->render('myview');
then only myview.php should be render. I didn't found any help anywhere.