Example #1
0
 public function postOceni()
 {
     return Kupovina::oceni(Input::get('id'), Input::get('ocena'), Input::get('opisna_ocena'));
 }