view->disableLevel(\Phalcon\Mvc\View::LEVEL_MAIN_LAYOUT); session_write_close(); try{ $EventAdder = new EventAdder($this->request->get()); $EventAdder->callEventFactory(); } catch(\Exception $e){ die($e); } } }