Portlet

tenho isso no yii1

<?php

	&#036;this-&gt;beginWidget('zii.widgets.CPortlet', array(


		'title'=&gt;'Operações',


	));


	&#036;this-&gt;widget('zii.widgets.CMenu', array(


		'items'=&gt;&#036;this-&gt;menu,


		'htmlOptions'=&gt;array('class'=&gt;'operations'),


	));


	&#036;this-&gt;endWidget();


?&gt;

Qual componente no YII2 substitui o zii.widgets.CPortlet

There’s no Portlet in Yii 2 any more.

The closest thing might be a custom Widget that you can create extending base Widget.

http://www.yiiframework.com/doc-2.0/guide-structure-widgets.html#creating-widgets

[color="#006400"]/*

Please use English in this forum.

Or you can use "Yii International / Portuguese" forum.

http://www.yiiframework.com/forum/index.php/forum/23-portuguese/

*/[/color]