Ejemplo n.º 1
0
 /**
  *
  *
  * @param PluginController $Sender
  * @throws Exception
  */
 public function pluginController_fileUpload_create($Sender)
 {
     $Sender->title('FileUpload');
     $Sender->addSideMenu('plugin/fileupload');
     Gdn_Theme::section('Dashboard');
     $Sender->Form = new Gdn_Form();
     $this->enableSlicing($Sender);
     $this->dispatch($Sender, $Sender->RequestArgs);
 }