Esempio n. 1
0
 /**
  * New
  */
 function action_new()
 {
     $this->action_new_before();
     $this->collection->prepare2edt();
     $this->disable_render(true);
     if ($this->collection->config->get('attachable.master')) {
         $this->response->attach_sid = $this->collection->make_attach_sid();
     }
 }