Esempio n. 1
0
 public function __construct($code = '')
 {
     parent::__construct($code);
     $model = frameBup::_()->getModule('options')->get('dropbox_model');
     $this->model = $this->getModel($model);
 }