I want to make it a component, in which case it would have to be a subclass of CComponent, right?
However PHP doesn’t have multiple inheritance, so I’m not sure how to subclass from both. This seems like it would be a fairly common problem faced by Yii developers. Is there a fairly standard (non-kludgy) solution to this?