public function __construct()
 {
     //Controller Name in Kleinbuchstaben
     $this->sControllerName = strtolower(__CLASS__);
     parent::__construct($this->sControllerName, true, true);
     // h1 in header.php
     $this->headerData['heading'] = 'Medium bearbeiten';
 }
 public function __construct()
 {
     //Controller Name in Kleinbuchstaben
     $this->sControllerName = strtolower(__CLASS__);
     parent::__construct($this->sControllerName, true, true);
     // h1 in header.php
     $this->headerData['heading'] = 'Genre bearbeiten';
     $this->lang->load('upload', 'german');
 }
 function __construct()
 {
     //Controller Name in Kleinbuchstaben
     $this->sControllerName = strtolower(__CLASS__);
     parent::__construct($this->sControllerName, true, false);
 }