Ejemplo n.º 1
0
 /**
  * Constructor
  */
 public function __construct($model)
 {
     parent::__construct($model);
     $this->model->setTable('backend_user_preferences');
 }
Ejemplo n.º 2
0
 /**
  * Constructor
  */
 public function __construct($model)
 {
     parent::__construct($model);
     $this->model->table = 'backend_user_preferences';
 }