how reuse controller

i designed a MVC for news that included many features in its view and controller.

i want to reuse it in other MVCs and only call it (path and parameters).

i searched and only found how redirect to other controllers in view and eth.

I’m a novice in yii, please help me how do this.

Consider creating a widget.