Example #1
0
 public function behaviors()
 {
     return array_merge(parent::behaviors(), array('LoggableBehavior' => array('class' => 'LoggableBehavior')));
 }
Example #2
0
 public function behaviors()
 {
     return array_merge(parent::behaviors(), array());
 }