예제 #1
0
 protected function updateRow(Gpf_Rpc_Form $form, Gpf_DbEngine_RowBase $row) {
     //TODO: here should be update() instead of save()
     $row->save();
 }