예제 #1
0
 function store()
 {
     $id = (int) $this->Get['id'];
     $type = $this->Get['type'];
     load::logic('event');
     $eventLogic = new EventLogic();
     $eventLogic->doStroe($id, $type);
 }