예제 #1
0
 public function postUcitajKoment()
 {
     return json_encode(Komentari::getKomentariOglasa($this->brKomentPoStr, Input::get('stranica'), Input::get('id')));
 }