Controller Class ... To __construct() or init() ?

That is the ultimate question, but really, what is best practice here with Yii?

If I am going to instantiate an object from a controller, should I use __construct or init()?

Thanks!

Use init if available. Like described here.

And welcome to the forum!