/**
  * Constructor
  *
  * @mvc Controller
  */
 protected function __construct()
 {
     $this->register_hook_callbacks();
     $this->modules = array('ECU_Settings' => ECU_Settings::get_instance());
 }