Exemplo n.º 1
0
 public function init()
 {
     parent::init();
     // import the module-level models and components
     Yii::import('application.extensions.wspayment.' . get_class($this) . '.models.*');
     Yii::import('custom.extensions.payment.' . get_class($this) . '.models.*');
 }
Exemplo n.º 2
0
 public function init()
 {
     parent::init();
     Yii::import('ext.wsaccesswarning.models.*');
 }