Multiple applications aliases

Hi, im following this structure

The directory structure of the Yii project site

In config.php:


Yii::setPathOfAlias('common',Yii::getPathOfAlias('site').DS.'common');

I’d like to use aliases as ‘common.widgets’, ‘common.behaviors’, these folders (widgets, behaviors) are in “/common/components”.

How can i do it?