thyseus / yii-user-management

a user management module collection for the yii framework
186 stars 122 forks source link

Class path need to be parameterized, ex: 'class' => 'application.modules.user.components.CAdvancedArBehavior' #135

Open d3artagnan opened 11 years ago

d3artagnan commented 11 years ago

For using YUM that is placed not in application modules, like using boilerplate, will be nice if we can use config to override the value to somtehing like common.modules.user.components.CAdvancedArBehavior'

this also occur in: 'LoggableBehavior' => 'application.modules.auditTrail.behaviors.LoggableBehavior'

'class' => 'application.modules.user.components.CSerializeBehavior',