예제 #1
0
 public function postObjavi()
 {
     return json_encode(Komentari::sacuvajDiskusiju(Input::get('sadrzaj')));
 }